mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
spell check on unix should be ctrl-shift-k like seamonkey.
Thanks to Stephen Walker for the patch
This commit is contained in:
parent
f732c98959
commit
3aed2bb5f1
@ -184,7 +184,12 @@
|
||||
<key keycode="&findPrevCmd.key2;" command="cmd_findPrev" modifiers="shift"/>
|
||||
|
||||
<!-- Options Menu -->
|
||||
<key id="key_checkspelling" key="&checkSpellingCmd.key;" command="cmd_spelling" modifiers="accel"/>
|
||||
#ifdef XP_UNIX
|
||||
<key id="key_checkspelling" key="&checkSpellingCmd.key;" command="cmd_spelling" modifiers="accel, shift"/>
|
||||
#else
|
||||
<key id="key_checkspelling" key="&checkSpellingCmd.key;" command="cmd_spelling" modifiers="accel"/>
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
<key keycode="&checkSpellingCmd.key2;" command="cmd_spelling"/>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user