зеркало из https://github.com/mozilla/gecko-dev.git
check in patch which was overlooked when checking in fix for bug 4302
This commit is contained in:
Родитель
387eab1238
Коммит
a28a7b2f4f
|
@ -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"/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче