check in patch which was overlooked when checking in fix for bug 4302

This commit is contained in:
brade%netscape.com 2002-08-28 13:32:48 +00:00
Родитель 387eab1238
Коммит a28a7b2f4f
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -32,8 +32,6 @@ Can't yet put script tags in XBL (hyatt has the bug)
<handler event="keypress" key=" " command="cmd_scrollPageDown" /> <handler event="keypress" key=" " command="cmd_scrollPageDown" />
<handler event="keypress" key=" " modifiers="shift" command="cmd_scrollPageUp" /> <handler event="keypress" key=" " modifiers="shift" command="cmd_scrollPageUp" />
<handler event="keypress" keycode="VK_PAGE_UP" command="cmd_scrollPageUp" />
<handler event="keypress" keycode="VK_PAGE_DOWN" command="cmd_scrollPageDown" />
<handler event="keypress" keycode="VK_UP" command="cmd_scrollLineUp" /> <handler event="keypress" keycode="VK_UP" command="cmd_scrollLineUp" />
<handler event="keypress" keycode="VK_DOWN" command="cmd_scrollLineDown" /> <handler event="keypress" keycode="VK_DOWN" command="cmd_scrollLineDown" />
@ -58,8 +56,6 @@ Can't yet put script tags in XBL (hyatt has the bug)
<handler event="keypress" keycode="VK_RIGHT" command="cmd_charNext"/> <handler event="keypress" keycode="VK_RIGHT" command="cmd_charNext"/>
<handler event="keypress" keycode="VK_LEFT" command="cmd_selectCharPrevious" modifiers="shift"/> <handler event="keypress" keycode="VK_LEFT" command="cmd_selectCharPrevious" modifiers="shift"/>
<handler event="keypress" keycode="VK_RIGHT" command="cmd_selectCharNext" modifiers="shift"/> <handler event="keypress" keycode="VK_RIGHT" command="cmd_selectCharNext" modifiers="shift"/>
<handler event="keypress" keycode="VK_PAGE_UP" command="cmd_scrollPageUp"/>
<handler event="keypress" keycode="VK_PAGE_DOWN" command="cmd_scrollPageDown"/>
<handler event="keypress" keycode="VK_UP" command="cmd_linePrevious"/> <handler event="keypress" keycode="VK_UP" command="cmd_linePrevious"/>
<handler event="keypress" keycode="VK_DOWN" command="cmd_lineNext"/> <handler event="keypress" keycode="VK_DOWN" command="cmd_lineNext"/>
<handler event="keypress" keycode="VK_UP" command="cmd_selectLinePrevious" modifiers="shift"/> <handler event="keypress" keycode="VK_UP" command="cmd_selectLinePrevious" modifiers="shift"/>