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
This commit is contained in:
parent
1b3fd890ad
commit
ec0ccbe35e
|
@ -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