adjust the 'Skip to Next Misspelled Word' menu key shortcut to try to avoid conflicts
This commit is contained in:
parent
74831b41cc
commit
82d8094d1a
|
@ -3908,7 +3908,7 @@
|
||||||
[label (string-constant spell-skip-to-next-misspelled-word)]
|
[label (string-constant spell-skip-to-next-misspelled-word)]
|
||||||
[shortcut (if (member 'shift (get-default-shortcut-prefix))
|
[shortcut (if (member 'shift (get-default-shortcut-prefix))
|
||||||
#f
|
#f
|
||||||
#\m)]
|
#\w)]
|
||||||
[shortcut-prefix (if (member 'shift (get-default-shortcut-prefix))
|
[shortcut-prefix (if (member 'shift (get-default-shortcut-prefix))
|
||||||
(get-default-shortcut-prefix)
|
(get-default-shortcut-prefix)
|
||||||
(cons 'shift (get-default-shortcut-prefix)))]
|
(cons 'shift (get-default-shortcut-prefix)))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user