Bug 256683 - Make Ctrl+0 work. r=rlk@trfenv.com, a=asa

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161874 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu
2004-09-07 20:43:32 +00:00
parent 3d15e97ed1
commit 6f289c2e15
2 changed files with 3 additions and 0 deletions

View File

@@ -79,6 +79,8 @@
command="cmd_textZoomEnlarge" modifiers="accel"/>
<key id="key_textZoomReduce" key="&textZoomReduceCmd.commandkey;"
command="cmd_textZoomReduce" modifiers="accel"/>
<key id="key_textZoomReset" key="&textZoomResetCmd.commandkey;"
oncommand="ZoomManager.prototype.getInstance().reset();" modifiers="accel"/>
<key id="key_toggleSidebar" keycode="VK_F9" command="Help:ToggleSidebar"/>
<key id="key_viewNextHelpPanel" keycode="VK_TAB"
oncommand="showRelativePanel(true);" modifiers="control"/>

View File

@@ -52,3 +52,4 @@
<!ENTITY textZoomReduceCmd.commandkey "-">
<!ENTITY textZoomEnlargeCmd.commandkey "+">
<!ENTITY textZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards -->
<!ENTITY textZoomResetCmd.commandkey "0">