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