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

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

Re: Ctrl-[ ?


From: Noam Postavsky
Subject: Re: Ctrl-[ ?
Date: Thu, 6 Jun 2019 14:29:22 -0400

On Thu, 6 Jun 2019 at 14:22, Jean-Christophe Helary
<jean.christophe.helary@traduction-libre.org> wrote:

> I'm checking "Named ASCII Control Characters", "Rebinding Function Keys" and 
> "Rebinding Keys in Your Init File" and I'm not clear how I can rebind 
> "escape" to a given function.

Like any other function key:

(define-key global-map (kbd "<escape>") 'a-given-function)



reply via email to

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