emacs-devel
[Top][All Lists]
Advanced

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

Re: Key bindings proposal


From: Lennart Borgman
Subject: Re: Key bindings proposal
Date: Fri, 6 Aug 2010 17:29:08 +0200

On Fri, Aug 6, 2010 at 5:07 PM, Lennart Borgman
<address@hidden> wrote:
> On Fri, Aug 6, 2010 at 8:05 AM, Jason Rumney <address@hidden> wrote:
>> On 06/08/2010 11:11, Lennart Borgman wrote:
>>>
>>> On Fri, Aug 6, 2010 at 4:55 AM, Lennart Borgman
>>> <address@hidden>  wrote:
>>>
>>>>
>>>> made this work as Jason suggested. I.e. it allows the use of Alt-TAB
>>>> as M-TAB on w32. (The back draw is that you then can not switch to
>>>> other applications using Alt-TAB when in Emacs.)
>>>>
>>>> Other application will still respond the normal way to Alt-TAB.
>>>>
>>>
>>> If this should be usable at all then there must be a way to get into
>>> the normal Alt-TAB behavior from withing Emacs.
>>>
>>
>> Does the following still work after Alt-TAB is overridden?
>>
>> (w32-send-sys-command #xf040)
>>
>> This can be bound to whatever event the user wants.
>
> Yes, it minimizes Emacs. Unfortunately it still seems to have focus so
> you can not use Alt-TAB after that either.
>

Incorrect. The frame is not minimized, but put at the bottom of the
w32 window list. It still has input focus though (both mouse and
keyboard).

Using #xf020 (minimize) works ok.



reply via email to

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