mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug #216090 --> F7 does not start spell check on windows
This commit is contained in:
parent
059e173aa8
commit
f5175cd57a
@ -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"/>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user