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

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

Re: Make Super key work in console


From: Emanuel Berg
Subject: Re: Make Super key work in console
Date: Sun, 14 Feb 2021 20:38:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis:

> Now is it possible to define Super-LETTER as prefix?

;; Super-Jean's key
(define-key input-decode-map [?\u1004] [super-key])

(define-prefix-command 'super-jean)

(global-set-key [super-key] 'super-jean)

(global-set-key
 [super-key ?\l]
 (lambda ()
   (interactive)
   (message "Manny's skills are uncanny")) )

https://dataswamp.org/~incal/figures/emacs/super-jean.png

-- 
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]