[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I am trying to become an Emacs "super" user on Windows
From: |
Kepa |
Subject: |
I am trying to become an Emacs "super" user on Windows |
Date: |
Wed, 23 Oct 2024 19:49:51 +0000 |
;;;_ Super
;; Disable Caps Lock's default behavior (Windows-specific)
(setq w32-enable-caps-lock nil)
;; Remap Caps Lock to Super modifier key
(define-key key-translation-map (kbd "<capslock>") 'event-apply-super-modifier)
Now I should be able to use Caps Lock as the "Super" key, MULTIPLYING the
number of possible combinations (x2 if I use maximum 2 modifiers at the same
time).
But..., s-M- works while M-s- doesn't work.
Is the order of the super modifier important, or shouldn't be?
Any help would be appreciated.
- I am trying to become an Emacs "super" user on Windows,
Kepa <=