emacs-devel
[Top][All Lists]
Advanced

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

Re: Bikeshedding go! Why is <M-f4> unbound?


From: Lennart Borgman
Subject: Re: Bikeshedding go! Why is <M-f4> unbound?
Date: Fri, 14 Jan 2011 01:21:07 +0100

On Fri, Jan 14, 2011 at 1:12 AM, Jason Rumney <address@hidden> wrote:
> On 14/01/2011 06:00, Lennart Borgman wrote:
>>
>> To delegate Alt-F4 to Windows standard routine we have to catch it in
>> the message loop. I can't remember how it shows up in the message
>> loop. Does it come in one peace (i.e. Alt+F4) or in a sequence (i.e.
>> Alt and then F4)?
>>
>
> It comes in peace, as one piece.

;-)

I thought I had left that habit of mispelling... - Some day I will
learn reading.

> More specifically the events should come as the following sequence:
>
> Alt Down
> F4 Down with Alt modifier set
> F4 Up with Alt modifier set
> Alt Up
>
> If the second event is passed to Windows to handle, I suspect the third
> event may not arrive to Emacs.

Is then all we have to do pass the second event to Windows?



reply via email to

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