mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
#46015 - making Ctrl-R work correctly for reload, r=hangas, a=ben
This commit is contained in:
parent
5f77ac59c9
commit
578b0362d6
@ -65,7 +65,7 @@
|
||||
onkeypress="
|
||||
var controller = document.commandDispatcher.getControllerForCommand('cmd_undo');
|
||||
controller.doCommand('cmd_undo');"/>
|
||||
<key id="redoKey" key="r" xulkey="true" shift="false"
|
||||
<key id="redoKey" key="y" xulkey="true" shift="false"
|
||||
onkeypress="
|
||||
var controller = document.commandDispatcher.getControllerForCommand('cmd_redo');
|
||||
controller.doCommand('cmd_redo');"/>
|
||||
|
Loading…
Reference in New Issue
Block a user