|
From: | PT |
Subject: | Re: Rebinding Escape |
Date: | Mon, 07 Mar 2005 15:59:04 +0100 |
User-agent: | Opera M2/7.54 (Win32, build 3865) |
This works for me: (local-set-key [escape] (lambda () (interactive) (message "Escape test")))
My mistake. I tried (local-set-key (kbd "<esc>") 'my-stuff) instead of (local-set-key (kbd "<ESC>") 'my-stuff) The latter works fine. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
[Prev in Thread] | Current Thread | [Next in Thread] |