change 'jump to next misspelled word' shortcut to avoid
conflicting with the close window shortcut (which is only
<menukey>-shift-w when there are multiple tabs open)
Merge to 6.1, please
(cherry picked from commit ec0ccbe35e
)
This commit is contained in:
parent
bf5887b26f
commit
bf81f87141
|
@ -3908,7 +3908,7 @@
|
|||
[label (string-constant spell-skip-to-next-misspelled-word)]
|
||||
[shortcut (if (member 'shift (get-default-shortcut-prefix))
|
||||
#f
|
||||
#\w)]
|
||||
#\n)]
|
||||
[shortcut-prefix (if (member 'shift (get-default-shortcut-prefix))
|
||||
(get-default-shortcut-prefix)
|
||||
(cons 'shift (get-default-shortcut-prefix)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user