Bug 432112 Cmd+? does not give Help (? in the shifted position) r=gavin, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@251242 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
masayuki%d-toybox.com
2008-05-06 04:07:24 +00:00
parent 3ac634ff18
commit b9ab808134

View File

@@ -113,13 +113,8 @@
<keyset id="baseMenuKeyset">
#ifdef XP_MACOSX
<!-- On mac, we map Cmd+Shift+/, but show Cmd+?
(that's for en-US, it might be different for other keyboard layouts) -->
<key id="key_openHelpMac"
oncommand="openHelpLink('firefox-help');"
key="&openHelpMac.commandkey;"
modifiers="&openHelpMac.modifiers;"/>
<key id="key_openHelpMacFrontend"
oncommand="openHelpLink('firefox-help');"
key="&openHelpMac.frontendCommandkey;"
modifiers="&openHelpMac.frontendModifiers;"/>
<!-- These are used to build the Application menu under Cocoa widgets -->