home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / navigator / platformNavigationBindings.xul < prev    next >
Extensible Markup Language  |  2003-06-08  |  802b  |  20 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="platformNavigationBindings"
  4.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.   <keyset id="navigationKeys">
  7.     <!-- proper arrow key navigation, 4.xP -->
  8.     <key id="goBackKb"  keycode="VK_LEFT" command="Browser:Back" modifiers="accel"/>
  9.     <key id="goForwardKb"  keycode="VK_RIGHT" command="Browser:Forward" modifiers="accel"/>
  10.     <key key="[" command="Browser:Back" modifiers="accel"/>
  11.     <key key="]" command="Browser:Forward" modifiers="accel"/>
  12.     <key key="." oncommand="BrowserStop();" modifiers="accel"/>
  13.     <key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="meta"/>
  14.     <key id="key_newTabWithTarget" keycode="VK_INSERT" modifiers="shift" command="cmd_newTabWithTarget"/>
  15.   </keyset>  
  16.  
  17. </overlay>
  18.  
  19.  
  20.