Bug #216090 --> F7 does not start spell check on windows

This commit is contained in:
scott%scott-macgregor.org 2003-09-23 05:47:16 +00:00
parent 059e173aa8
commit f5175cd57a
2 changed files with 6 additions and 2 deletions

View File

@ -173,7 +173,10 @@
<key keycode="&findPrevCmd.key2;" command="cmd_findPrev" modifiers="shift"/>
<!-- Options Menu -->
<key id="key_checkspelling" key="&checkSpellingCmd.key;" command="cmd_spelling" modifiers="accel"/>
<key id="key_checkspelling" key="&checkSpellingCmd.key;" command="cmd_spelling" modifiers="accel"/>
#ifdef XP_WIN
<key keycode="&checkSpellingCmd.key2;" command="cmd_spelling"/>
#endif
<!-- Tools Menu -->
<key id="key_mail" key="&messengerCmd.commandkey;" oncommand="toMessengerWindow();" modifiers="accel"/>

View File

@ -109,7 +109,8 @@
<!ENTITY optionsMenu.label "Options">
<!ENTITY optionsMenu.accesskey "p">
<!ENTITY checkSpellingCmd.label "Check Spelling...">
<!ENTITY checkSpellingCmd.key "K">
<!ENTITY checkSpellingCmd.key "K">
<!ENTITY checkSpellingCmd.key2 "VK_F7">
<!ENTITY checkSpellingCmd.accesskey "S">
<!ENTITY quoteCmd.label "Quote Message">
<!ENTITY quoteCmd.accesskey "Q">