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:
danm%netscape.com 1999-10-29 06:17:07 +00:00
Родитель ed42ece260
Коммит dd92cd7d31
2 изменённых файлов: 2 добавлений и 0 удалений

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

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