mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
Fix send-raw-key
This appears to be a simple matter of switching out read-key for read-key-no-modifiers so that it sends a full key chord instead of a single keypress
This commit is contained in:
parent
369f23d41a
commit
7f4ea71512
|
|
@ -114,7 +114,7 @@ EXAMPLE:
|
|||
(let* ((screen (current-screen))
|
||||
(win (screen-current-window screen))
|
||||
(k (with-focus (screen-key-window screen)
|
||||
(read-key)))
|
||||
(read-key-no-modifiers)))
|
||||
(code (car k))
|
||||
(state (cdr k)))
|
||||
(unmap-message-window screen)
|
||||
|
|
|
|||
Loading…
Reference in a new issue