Bug 190172 - Keyboard shortcut for switch profile is wrong. r=aaronl/sr=jaggernaut/a=asa

This commit is contained in:
ccarlen%netscape.com 2003-01-23 15:29:56 +00:00
parent 9ea442d495
commit 59a80809d2
2 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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">