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:
@@ -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"/>
|
||||
|
||||
@@ -52,3 +52,4 @@
|
||||
<!ENTITY textZoomReduceCmd.commandkey "-">
|
||||
<!ENTITY textZoomEnlargeCmd.commandkey "+">
|
||||
<!ENTITY textZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards -->
|
||||
<!ENTITY textZoomResetCmd.commandkey "0">
|
||||
|
||||
Reference in New Issue
Block a user