all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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 11:18:21 +0000	[thread overview]
Message-ID: <9088e12cb36170e4ed59@heytings.org> (raw)
In-Reply-To: <87im5l9e27.fsf@mat.ucm.es>


>
> but I would like to swap control with capslock
>

You can do this in macOS preferences, in the keyboard item.

>
> And then map capslock to hyper.
>

You mean, map the resulting caps lock, that is, the key labeled "Ctrl", to 
"hyper"?  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.



  parent reply	other threads:[~2021-03-21 11:18 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 [this message]
2021-03-21 13:52   ` Gregory Heytings
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9088e12cb36170e4ed59@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.