зеркало из https://github.com/mozilla/pjs.git
Bug 236700 The "v" key brings up the find dialog
r=caillon, sr=bz Should use |keycode| for the key binding.
This commit is contained in:
Родитель
e2ac761f3d
Коммит
74b4534057
|
@ -16,7 +16,7 @@
|
|||
<key key="&goForwardCmd.commandKey;" command="Browser:Forward" modifiers="accel"/>
|
||||
|
||||
<!-- Specific keybinding for Sun keyboard -->
|
||||
<key key="&findOnCmd.commandkey2;" command="Browser:Find"/>
|
||||
<key keycode="&findOnCmd.commandkey2;" command="Browser:Find"/>
|
||||
|
||||
<key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="alt"/>
|
||||
<key id="key_fullScreen" keycode="VK_F11" command="View:FullScreen"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче