Fix for 27197, Profile Selection Dialog does not support Enter and Esc keys for buttons. r=mscott.

This commit is contained in:
hangas%netscape.com 2000-02-10 09:00:25 +00:00
Родитель a6902973c5
Коммит 6d45ed5660
1 изменённых файлов: 5 добавлений и 4 удалений

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

@ -44,6 +44,11 @@
<html:script language="javascript" src="chrome://profile/content/profileSelection.js"/>
<html:script language="javascript" src="chrome://profile/content/profileManager.js"/>
<keyset id="keyset">
<key id="fooKey" key="s" xulkey="true" shift="true" onkeydown="foo()"/>
</keyset>
<toolbar class="decorated header" align="horizontal">
<titledbutton id="profileIcon" class="button28"/>
<box align="vertical">
@ -142,8 +147,4 @@
<spring flex="100%"/>
<html:div id="progress"/>
</toolbar>
<keyset>
<key id="fooKey" key="s" xulkey="true" shift="true" onkeydown="foo()"/>
</keyset>
</window>