Bug 238474 - add ctrl++/ctrl+- in View Source doesnt work with all keys. r=mconnor@myrealbox.com
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
<key id="key_goToLine" key="&goToLineCmd.commandkey;" command="cmd_goToLine" modifiers="accel"/>
|
||||
|
||||
<key id="key_textZoomEnlarge" key="&textEnlarge.commandkey;" command="cmd_textZoomEnlarge" modifiers="accel"/>
|
||||
<key id="key_textZoomEnlarge2" key="&textEnlarge.commandkey2;" command="cmd_textZoomEnlarge" modifiers="accel"/>
|
||||
<key id="key_textZoomReduce" key="&textReduce.commandkey;" command="cmd_textZoomReduce" modifiers="accel"/>
|
||||
<key id="key_textZoomReset" key="&textReset.commandkey;" oncommand="ZoomManager.prototype.getInstance().reset();" modifiers="accel"/>
|
||||
</keyset>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<!ENTITY closeCmd.commandkey "W">
|
||||
|
||||
<!ENTITY textEnlarge.commandkey "+">
|
||||
<!ENTITY textEnlarge.commandkey2 "="> <!-- + is above this key on many keyboards -->
|
||||
<!ENTITY textReduce.commandkey "-">
|
||||
<!ENTITY textReset.commandkey "0">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user