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

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

Re: Rebind backspace to modifier


From: Stefan Monnier
Subject: Re: Rebind backspace to modifier
Date: Wed, 25 Apr 2007 01:04:01 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux)

> I'd like to know if there is a way to rebind backspace to be a super
> or hyper modifier.

Yes.  Check the C-x @ function key map translations.
I.e.

   (define-key function-key-map [backspace] 'event-apply-hyper-modifier)

might do what you want,


        Stefan


reply via email to

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