diff options
| -rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index aae9b4d..1480451 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -43,6 +43,14 @@ the first command is remapped to the second command." #',to)))) +;;; Support the Kitty Keyboard Protocol + +(use-package kkp + :ensure t + :unless (or (display-graphic-p) mm-humanwave-p) + :hook (tty-setup . global-kkp-mode)) + + ;;; Support QMK Hyper (defun mm-qmk-hyper-as-hyper (args) |