Move some key bindings around
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Has started running

This commit is contained in:
Maciej 2024-08-03 07:15:10 +03:00
parent 85be9c3caa
commit f0340183f6
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 40 additions and 29 deletions

View file

@ -52,5 +52,10 @@
(define-key icejam-keys-mode-map [home] 'beginning-of-line)
(define-key icejam-keys-mode-map [end] 'end-of-line)
;;;;;;;;; Translate keys ;;;;;;;;;;;;;;;;;;;;;
(define-key key-translation-map (kbd "<f6>") (kbd "C-c l")) ;; On F6, send C-c l
(define-key key-translation-map (kbd "<f7>") (kbd "C-c c")) ;; On F7, send C-c c
(define-key key-translation-map (kbd "<f8>") (kbd "C-c p")) ;; On F8, send C-c p
(provide 'icejam-keys-mode)
;;; icejam-keys-mode.el ends here