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

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

Re: windows key as super


From: Stefan Monnier
Subject: Re: windows key as super
Date: Thu, 19 Nov 2009 22:08:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> (local-set-key '[8388723] 'save-buffer)

You can also put point right after the large number and hit C-x C-e
twice: the echo area will then show you various alternative ways to
write this number:

  8388723 (#o40000163, #x800073, ?\s-s)

so you can then write:

  (local-set-key '[?\s-s] 'save-buffer)


-- Stefan


reply via email to

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