(bug) Revert "(fix) exwm-stimulation-keys"
This reverts commit dfa465de05
.
This commit is contained in:
parent
701990de97
commit
bcbd913ea6
|
@ -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.
|
||||||
( ,(kbd "C-w") . ,(kbd "C-x"))
|
([?\C-w] . [?\C-x])
|
||||||
(,(kbd "M-w") . ,(kbd "C-c"))
|
([?\M-w] . [?\C-c])
|
||||||
(,(kbd "C-y" . ,(kbd "C-v")))))
|
([?\C-y] . [?\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