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:
kyle.yuan%sun.com 2004-03-07 03:38:56 +00:00
Родитель e2ac761f3d
Коммит 74b4534057
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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