18 lines
639 B
XML
18 lines
639 B
XML
<?xml version="1.0"?>
|
|
|
|
<overlay id="platformNavigationBindings"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<keyset id="keyset">
|
|
<!-- proper arrow key navigation, 4.xP -->
|
|
<key id="goBackKb" xulkey="true" keycode="VK_LEFT" observes="Browser:Back"/>
|
|
<key id="goForwardKb" xulkey="true" keycode="VK_RIGHT" observes="Browser:Forward"/>
|
|
<key id="goBackKbMac" xulkey="true" key="[" observes="Browser:Back"/>
|
|
<key id="goForwardKbMac" xulkey="true" key="]" observes="Browser:Forward"/>
|
|
<key id="stopMac" xulkey="true" key="." onkeypres="BrowserStop();"/>
|
|
</keyset>
|
|
|
|
</overlay>
|
|
|
|
|