From 2b46ba373d475c2da8e16d89899977da56ea6718 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Oct 2024 19:40:01 +0200 Subject: Use a more accurate binding --- .config/emacs/modules/mm-keybindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 1cadcb8..2bc0971 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -48,7 +48,7 @@ the first command is remapped to the second command." (defun mm-qmk-hyper-as-hyper (args) (let ((chord (cadr args))) (when (string-prefix-p "H-" chord) - (setf (cadr args) (concat "C-M-s" (substring chord 1))))) + (setf (cadr args) (concat "C-M-S-s" (substring chord 1))))) args) ;; Both ‘keymap-global-set’ and ‘keymap-local-set’ call ‘keymap-set’ -- cgit v1.2.3