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

This commit is contained in:
masayuki@d-toybox.com 2008-05-05 21:07:24 -07:00
Родитель eb66fbfab1
Коммит 9ead6dd529
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

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