adjust the 'Skip to Next Misspelled Word' menu key shortcut to try to avoid conflicts

This commit is contained in:
Robby Findler 2014-06-20 19:17:35 -05:00
parent 74831b41cc
commit 82d8094d1a

View File

@ -3908,7 +3908,7 @@
[label (string-constant spell-skip-to-next-misspelled-word)]
[shortcut (if (member 'shift (get-default-shortcut-prefix))
#f
#\m)]
#\w)]
[shortcut-prefix (if (member 'shift (get-default-shortcut-prefix))
(get-default-shortcut-prefix)
(cons 'shift (get-default-shortcut-prefix)))]