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

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

Generate F12 as an input event


From: PT
Subject: Generate F12 as an input event
Date: Sun, 6 Sep 2009 06:32:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

I know I can generate simple character input events for the command loop:

      (push ?t unread-command-events)

How can I do the same with function keys like F12 which don't
correspond to a single character?

Thanks.







reply via email to

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