Bug 255465: Ctrl+= should enlarge text in Help viewer. p=jwalden, r=rlk

git-svn-id: svn://10.0.0.236/trunk@161053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
steffen.wilberg%web.de
2004-08-20 14:04:15 +00:00
parent 8f6ad1b8ed
commit 280fe51d18
2 changed files with 3 additions and 0 deletions

View File

@@ -108,6 +108,8 @@
command="cmd_closeWindow" modifiers="accel"/>
<key id="key_textZoomEnlarge" key="&textZoomEnlargeCmd.commandkey;"
command="cmd_textZoomEnlarge" modifiers="accel"/>
<key id="key_textZoomEnlarge2" key="&textZoomEnlargeCmd.commandkey2;"
command="cmd_textZoomEnlarge" modifiers="accel"/>
<key id="key_textZoomReduce" key="&textZoomReduceCmd.commandkey;"
command="cmd_textZoomReduce" modifiers="accel"/>
<key id="key_toggleSidebar" keycode="VK_F9" command="Help:ToggleSidebar"/>

View File

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