Fix <C-m> shadowing keypad return
This commit is contained in:
parent
1840ae8a18
commit
b237de5619
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ and Emacs states, and for non-evil users.")
|
|||
(cmd! (if (let ((keys (this-single-command-raw-keys)))
|
||||
(and keys
|
||||
(not (cl-position 'return keys))
|
||||
(not (cl-position 'kp-return keys))
|
||||
(display-graphic-p)))
|
||||
[C-m] [?\C-m])))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue