Support disabling default `exwm-mode-map' bindings
* exwm-input.el (exwm-input--on-KeyPress-line-mode): Use `lookup-key' to check whether a the event is defined in the `exwm-mode-map' keymap.
This commit is contained in:
parent
57328b439f
commit
dd0f10775a
2 changed files with 2 additions and 2 deletions
|
|
@ -566,7 +566,7 @@ instead."
|
|||
;;
|
||||
(memq event exwm-input--global-prefix-keys)
|
||||
(memq event exwm-input-prefix-keys)
|
||||
(assq event (cdr exwm-mode-map))
|
||||
(lookup-key exwm-mode-map (vector event))
|
||||
(gethash event exwm-input--simulation-keys)))
|
||||
(setq mode xcb:Allow:AsyncKeyboard)
|
||||
(exwm-input--cache-event event))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue