From: Gregory Heytings <gregory@heytings.org>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: help-gnu-emacs@gnu.org
Subject: Re: MacOSx (10.15) and remap caps lock to hyper
Date: Sun, 21 Mar 2021 13:52:39 +0000 [thread overview]
Message-ID: <9088e12cb3ae9106f2ff@heytings.org> (raw)
In-Reply-To: <9088e12cb36170e4ed59@heytings.org>
>
> 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.
next prev parent reply other threads:[~2021-03-21 13:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-21 7:11 MacOSx (10.15) and remap caps lock to hyper Uwe Brauer
2021-03-21 7:18 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-03-21 8:14 ` Uwe Brauer
2021-03-21 8:25 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-03-21 8:31 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-03-21 8:59 ` Uwe Brauer
2021-03-21 9:26 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-03-21 9:30 ` Uwe Brauer
2021-03-21 9:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-03-21 19:55 ` Uwe Brauer
2021-03-21 11:18 ` Gregory Heytings
2021-03-21 13:52 ` Gregory Heytings [this message]
2021-03-21 15:21 ` Uwe Brauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9088e12cb3ae9106f2ff@heytings.org \
--to=gregory@heytings.org \
--cc=help-gnu-emacs@gnu.org \
--cc=oub@mat.ucm.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).