mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Fix for 41325.
This commit is contained in:
parent
ce56f916ce
commit
c7e09d463e
@ -38,12 +38,12 @@
|
||||
var controller =
|
||||
document.commandDispatcher.getControllerForCommand('cmd_scrollLineDown');
|
||||
controller.doCommand('cmd_scrollLineDown');"/>
|
||||
<key id="key_left" keycode="VK_LEFT" shift="false" control="false" alt="false"
|
||||
<key id="key_left" keycode="VK_LEFT" shift="false" control="false" alt="false" xulkey="false"
|
||||
onkeypress="
|
||||
var controller =
|
||||
document.commandDispatcher.getControllerForCommand('cmd_scrollLeft');
|
||||
controller.doCommand('cmd_scrollLeft');"/>
|
||||
<key id="key_right" keycode="VK_RIGHT" shift="false" control="false" alt="false"
|
||||
<key id="key_right" keycode="VK_RIGHT" shift="false" control="false" alt="false" xulkey="false"
|
||||
onkeypress="
|
||||
var controller =
|
||||
document.commandDispatcher.getControllerForCommand('cmd_scrollRight');
|
||||
|
Loading…
Reference in New Issue
Block a user