Move some key bindings around
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Has started running
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Has started running
This commit is contained in:
parent
85be9c3caa
commit
f0340183f6
6 changed files with 40 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue