зеркало из https://github.com/mozilla/pjs.git
Bug 256683 - Make Ctrl+0 work. r=rlk@trfenv.com
This commit is contained in:
Родитель
e555d94231
Коммит
5f5ce1c8c9
|
@ -112,6 +112,8 @@
|
|||
command="cmd_textZoomEnlarge" modifiers="accel"/>
|
||||
<key id="key_textZoomReduce" key="&textZoomReduceCmd.commandkey;"
|
||||
command="cmd_textZoomReduce" modifiers="accel"/>
|
||||
<key id="key_textZoomReset" key="&textZoomResetCmd.commandkey;"
|
||||
oncommand="ZoomManager.prototype.getInstance().reset();" modifiers="accel"/>
|
||||
<key id="key_toggleSidebar" keycode="VK_F9" command="Help:ToggleSidebar"/>
|
||||
<key id="key_viewNextHelpPanel" keycode="VK_TAB"
|
||||
oncommand="showRelativePanel(true);" modifiers="control"/>
|
||||
|
|
|
@ -52,3 +52,4 @@
|
|||
<!ENTITY textZoomReduceCmd.commandkey "-">
|
||||
<!ENTITY textZoomEnlargeCmd.commandkey "+">
|
||||
<!ENTITY textZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards -->
|
||||
<!ENTITY textZoomResetCmd.commandkey "0">
|
||||
|
|
Загрузка…
Ссылка в новой задаче