Bug 68348 Command+Period shortcut not shown for Stop in View menu

patch by bugs.mano@mail-central.com r=jpedemonte sr=neil
This commit is contained in:
timeless%mozdev.org 2005-01-20 02:29:25 +00:00
parent 82b1183c84
commit 5020db0be5
4 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@
<key keycode="&goForwardCmd.keyCode;" command="Browser:Forward" modifiers="accel"/>
<key id="goBackKb" key="&goBackCmd.commandKey;" command="Browser:Back" modifiers="accel"/>
<key id="goForwardKb" key="&goForwardCmd.commandKey;" command="Browser:Forward" modifiers="accel"/>
<key key="." oncommand="BrowserStop();" modifiers="accel"/>
<key keycode="VK_ESCAPE" oncommand="BrowserStop();"/>
<key id="key_stop" key="." oncommand="BrowserStop();" modifiers="accel"/>
<key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="meta"/>
<key id="key_newTabWithTarget" keycode="VK_INSERT" modifiers="shift" command="cmd_newTabWithTarget"/>

View File

@ -118,7 +118,6 @@
<key id="searchInternetKb" key="&searchInternet.commandKey;" modifiers="accel,shift" command="Browser:SearchInternet"/>
<!-- Misc -->
<key id="key_stop" keycode="VK_ESCAPE" oncommand="BrowserStop();"/>
<!-- the amazing fishcam dept. -->
<key key="f" modifiers="control,alt" oncommand="loadURI('http://home.netscape.com/fishcam/fishcam.html');"/>
<key id="key_gotoHistory" key="&history.commandKey;" oncommand="toHistory();" modifiers="accel"/>

View File

@ -14,6 +14,7 @@
we live and learn. -->
<key key="&goBackCmd.commandKey;" command="Browser:Back" modifiers="accel"/>
<key key="&goForwardCmd.commandKey;" command="Browser:Forward" modifiers="accel"/>
<key id="key_stop" keycode="VK_ESCAPE" oncommand="BrowserStop();"/>
<!-- Specific keybinding for Sun keyboard -->
<key keycode="&findOnCmd.commandkey2;" command="Browser:Find"/>

View File

@ -10,6 +10,7 @@
Alt+Left arrow and Alt+Right arrow. -->
<key id="goBackKb" keycode="&goBackCmd.keyCode;" command="Browser:Back" modifiers="alt"/>
<key id="goForwardKb" keycode="&goForwardCmd.keyCode;" command="Browser:Forward" modifiers="alt"/>
<key id="key_stop" keycode="VK_ESCAPE" oncommand="BrowserStop();"/>
<!-- Supporting IE forward and back accelerators out of courtesy
to transitioning IE users -->