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
|
|
@ -190,7 +190,7 @@ least SECS seconds later."
|
|||
(active-minibuffer-window)
|
||||
(memq last-input-event exwm-input--global-prefix-keys)
|
||||
(memq last-input-event exwm-input-prefix-keys)
|
||||
(assq last-input-event (cdr exwm-mode-map))
|
||||
(lookup-key exwm-mode-map (vector last-input-event))
|
||||
(gethash last-input-event exwm-input--simulation-keys))
|
||||
(set-transient-map (make-composed-keymap (list exwm-mode-map
|
||||
global-map)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue