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, 21 Feb 2021 07:10:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

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

add one )

>  (global-set-key [super-key ?\t] 'tetris)

(global-set-key [super-key t] #'tetris)

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