mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 190172 - Keyboard shortcut for switch profile is wrong. r=aaronl/sr=jaggernaut/a=asa
This commit is contained in:
parent
9ea442d495
commit
59a80809d2
@ -18,8 +18,6 @@
|
||||
<keyset id="tasksKeys">
|
||||
<key id="key_navigator" key="&navigatorCmd.commandkey;" command="Tasks:Navigator" modifiers="accel"/>
|
||||
|
||||
<!-- Tools Menu -->
|
||||
<key id="key_switchprofile" key="&switchProfileCmd.commandkey;" oncommand="toProfileManager();" modifiers="accel,alt"/>
|
||||
</keyset>
|
||||
<commandset id="tasksCommands">
|
||||
<command id="Tasks:Navigator" oncommand="toNavigator();"/>
|
||||
@ -38,7 +36,7 @@
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuseparator/>
|
||||
<menuitem id="cmd_switchprofile" label="&switchProfileCmd.label;" accesskey="&switchProfileCmd.accesskey;" key="key_switchprofile" oncommand="toProfileManager();"/>
|
||||
<menuitem id="cmd_switchprofile" label="&switchProfileCmd.label;" accesskey="&switchProfileCmd.accesskey;" oncommand="toProfileManager();"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
@ -37,5 +37,4 @@
|
||||
<!ENTITY downloadManagerCmd.accesskey "D">
|
||||
|
||||
<!ENTITY switchProfileCmd.label "Switch Profile...">
|
||||
<!ENTITY switchProfileCmd.accesskey "P">
|
||||
<!ENTITY switchProfileCmd.commandkey "Q">
|
||||
<!ENTITY switchProfileCmd.accesskey "h">
|
||||
|
Loading…
Reference in New Issue
Block a user