Bug 238474 - add ctrl++/ctrl+- in View Source doesnt work with all keys. r=mconnor@myrealbox.com

This commit is contained in:
rlk@trfenv.com
2004-05-07 02:02:30 +00:00
parent c814f0189c
commit 264c5ecb95
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

View File

@@ -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">