Bug 1107652 - Make cmd/ctrl + zoom in Scratchpad. r=past

This commit is contained in:
Sunny 2015-06-02 18:57:45 +03:00 committed by Panos Astithas
parent deec12e5fd
commit 9b1cf5cdc2
2 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,9 @@
key="&largerFont.commandkey;"
command="sp-cmd-larger-font"
modifiers="accel"/>
<key key="&largerFont.commandkey2;"
command="sp-cmd-larger-font"
modifiers="accel"/>
<key id="sp-key-smaller-font"
key="&smallerFont.commandkey;"
command="sp-cmd-smaller-font"

View File

@ -65,6 +65,7 @@
<!ENTITY largerFont.label "Larger Font">
<!ENTITY largerFont.accesskey "a">
<!ENTITY largerFont.commandkey "+">
<!ENTITY largerFont.commandkey2 "="> <!-- + is above this key on many keyboards -->
<!ENTITY smallerFont.label "Smaller Font">
<!ENTITY smallerFont.accesskey "M">