help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacOSx (10.15) and remap caps lock to hyper


From: Gregory Heytings
Subject: Re: MacOSx (10.15) and remap caps lock to hyper
Date: Sun, 21 Mar 2021 13:52:39 +0000



It seems that, if you map both the caps lock and the control keys to "control" in the macOS preferences, and if you add

(setq mac-right-control-modifier 'control)
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'super)
(setq mac-control-modifier 'hyper)

to your init file, you'll have what you want.


You also have to add:

(setq mac-right-option-modifier nil)

otherwise you won't be able to type characters that are not visible on the keyboard anymore.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]