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: Emanuel Berg
Subject: Re: MacOSx (10.15) and remap caps lock to hyper
Date: Sun, 21 Mar 2021 09:31:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Meta, super, hyper, control 
>>
>> Is what I want
>
> What is super

Ah, that's 125 in /dev/console - the one I use as a compose
key.

But even if you want to use it for Emacs shortcuts, what's the
notation to describe the sequence?

I'm only aware of the C (control) and M (meta) notation - what
more is it?

  (global-unset-key "\C-h\C-a") ; `about-emacs'

  (global-set-key "\M-9" #'eval-last-sexp)

Well, sure, this notation (but same)

  (global-set-key  [C-m] #'eval-defun)

and `kbd' (same!)

> and hyper?

Don't know :)

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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