~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/xpfe/browser/resources/content/mac/platformNavigationBindings.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!DOCTYPE overlay SYSTEM "chrome://navigator-platform/locale/platformNavigationBindings.dtd">
 
4
 
 
5
<overlay id="platformNavigationBindings"
 
6
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
7
 
 
8
  <keyset id="navigationKeys">
 
9
    <!-- proper arrow key navigation, 4.xP -->
 
10
    <key id="goBackKb" keycode="&goBackCmd.keyCode;" command="Browser:Back" modifiers="accel"/>
 
11
    <key id="goForwardKb" keycode="&goForwardCmd.keyCode;" command="Browser:Forward" modifiers="accel"/>
 
12
    <key key="&goBackCmd.commandKey;" command="Browser:Back" modifiers="accel"/>
 
13
    <key key="&goForwardCmd.commandKey;" command="Browser:Forward" modifiers="accel"/>
 
14
    <key key="." oncommand="BrowserStop();" modifiers="accel"/>
 
15
    <key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="meta"/>
 
16
    <key id="key_newTabWithTarget" keycode="VK_INSERT" modifiers="shift" command="cmd_newTabWithTarget"/>
 
17
  </keyset>  
 
18
 
 
19
</overlay>
 
20
 
 
21