mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|
|
|
|
|