mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
448 B
XML
20 lines
448 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="insaneBindings"
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<binding id="numbertwo">
|
|
<content>
|
|
<children/>
|
|
<xul:text value="c"/>
|
|
<children includes="button"/>
|
|
<xul:text value="e"/>
|
|
<children includes="text"/>
|
|
<xul:text value="h"/>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|
|
|
|
|