(fix) exwm-stimulation-keys
This commit is contained in:
parent
c755025731
commit
dfa465de05
1 changed files with 4 additions and 4 deletions
|
@ -1309,11 +1309,11 @@ I'm scared
|
||||||
?\C-\ )) ;; Ctrl+Space
|
?\C-\ )) ;; Ctrl+Space
|
||||||
|
|
||||||
(setq exwm-input-stimulation-keys
|
(setq exwm-input-stimulation-keys
|
||||||
'(
|
`(
|
||||||
;; cut/paste.
|
;; cut/paste.
|
||||||
([?\C-w] . [?\C-x])
|
( ,(kbd "C-w") . ,(kbd "C-x"))
|
||||||
([?\M-w] . [?\C-c])
|
(,(kbd "M-w") . ,(kbd "C-c"))
|
||||||
([?\C-y] . [?\C-v])))
|
(,(kbd "C-y" . ,(kbd "C-v")))))
|
||||||
|
|
||||||
|
|
||||||
;; Ctrl+/3Q will enable the next key to be sent directly
|
;; Ctrl+/3Q will enable the next key to be sent directly
|
||||||
|
|
Loading…
Reference in a new issue