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

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

Re: Generate F12 as an input event


From: Kevin Rodgers
Subject: Re: Generate F12 as an input event
Date: Sun, 06 Sep 2009 12:55:58 -0600
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

PT wrote:
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?

(push 'f12 unread-command-events)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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