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

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

how to bind event-apply-meta-modifier


From: Andrés Ramírez
Subject: how to bind event-apply-meta-modifier
Date: Fri, 17 Mar 2017 10:47:57 -0600

Hi.

I have a nokia n900 (great device, not replacement for it until now)
the kbd does NOT have an "ESC" key.
the kbd DOES HAVE "CTRL" key

So I would like to do something like this:
--8<---------------cut here---------------start------------->8---
(global-set-key (kbd "C-x w") (lambda () (interactive) 
(event-apply-meta-modifier nil)))
--8<---------------cut here---------------end--------------->8---

But that is not the right way of doing this.
¿How Should I get it to work?

AR



reply via email to

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