mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-04 01:19:27 +01:00
- fixed typo.
This commit is contained in:
parent
5b261cd608
commit
338dd77e70
@ -250,7 +250,7 @@ be either `:keybinding' or `:string'. the former for key command the latter for
|
||||
"Intercept UI events in keybinding mode"
|
||||
(with-accessors ((command-line command-line)
|
||||
(suggestions-win suggestions-win)) command-window
|
||||
;; some envents should by intercepted by command window
|
||||
;; some events should by intercepted by command window
|
||||
(let ((decoded-event (decode-key-event event :convert-symbol-to-string nil)))
|
||||
(cond
|
||||
((eq :control-left decoded-event) ; suggestion win pagination
|
||||
|
Loading…
Reference in New Issue
Block a user