(fix) exwm-stimulation-keys

This commit is contained in:
Sakooooo 2024-07-30 04:12:38 +04:00
parent c755025731
commit dfa465de05
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1309,11 +1309,11 @@ I'm scared
?\C-\ )) ;; Ctrl+Space
(setq exwm-input-stimulation-keys
'(
`(
;; cut/paste.
([?\C-w] . [?\C-x])
([?\M-w] . [?\C-c])
([?\C-y] . [?\C-v])))
( ,(kbd "C-w") . ,(kbd "C-x"))
(,(kbd "M-w") . ,(kbd "C-c"))
(,(kbd "C-y" . ,(kbd "C-v")))))
;; Ctrl+/3Q will enable the next key to be sent directly