emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Override Windows default Win-* key combinations when using E


From: Jussi Lahdenniemi
Subject: Re: [PATCH] Override Windows default Win-* key combinations when using Emacs
Date: Wed, 13 Jan 2016 07:07:10 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 12.1.2016 17.08, address@hidden wrote:
I have a screen reader which is also doing keyboard coding at the low
level,  I wonder if this patch  would effect that program?  Also, I hope
you don't hijack alt-tab, that is necessary even when emacs is running.

My code does not hijack anything unless the user wants to. Alt-tab can be captured with the call (w32-register-hot-key [M-tab]), but unless that call is issued, there is no effect.

The possible effect to the screen reader is that the screen reader's hook does not necessarily get to see the keypress events of the Windows keys and the captured Alt-* combinations. All other input goes through as-is. If the w32-register-hot-key function is not called, ALL input goes through as-is.

--
Jussi Lahdenniemi





reply via email to

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