зеркало из https://github.com/mozilla/pjs.git
Bug 190172 - Keyboard shortcut for switch profile is wrong. r=aaronl/sr=jaggernaut/a=asa
This commit is contained in:
Родитель
143d8457e1
Коммит
4d7542ebe2
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче