mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
Changed unix global overlay for 'Redo' to use Mac style shortcut key.
This commit is contained in:
parent
fef9b919ac
commit
aea63e8642
@ -21,6 +21,6 @@
|
||||
|
||||
<!-- Edit Menu -->
|
||||
<menuitem id="menu_redo" value="&redoCmd.label;" key="key_redo" observes="cmd_redo"/>
|
||||
<key id="key_redo" command="true" key="&redoCmd.key;" observes="cmd_redo"/>
|
||||
<key id="key_redo" command="true" shift="true" key="&redoCmd.key;" observes="cmd_redo"/>
|
||||
|
||||
</overlay>
|
||||
|
@ -8,4 +8,4 @@
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Y">
|
||||
<!ENTITY redoCmd.key "Z">
|
||||
|
Loading…
Reference in New Issue
Block a user