mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1107652 - Make cmd/ctrl + zoom in Scratchpad. r=past
This commit is contained in:
parent
deec12e5fd
commit
9b1cf5cdc2
@ -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"
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user