зеркало из https://github.com/mozilla/gecko-dev.git
treat the return key, like enter, as if the default dialog button had been pressed. part of fix for bug 17529. r:saari@netscape.com
This commit is contained in:
Родитель
ed42ece260
Коммит
dd92cd7d31
|
@ -42,6 +42,7 @@
|
|||
|
||||
<keyset id="keyset">
|
||||
<key keycode="VK_ENTER" oncommand="doOKButton()"/>
|
||||
<key keycode="VK_RETURN" oncommand="doOKButton()"/>
|
||||
<key keycode="VK_ESCAPE" oncommand="doCancelButton()"/>
|
||||
</keyset>
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
<keyset id="keyset">
|
||||
<key keycode="VK_ENTER" oncommand="doOKButton()"/>
|
||||
<key keycode="VK_RETURN" oncommand="doOKButton()"/>
|
||||
<key keycode="VK_ESCAPE" oncommand="doCancelButton()"/>
|
||||
</keyset>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче