Re: [PATCH 01/10] ui/win32-kbd-hook: handle AltGr in a hook procedure

2020-05-12 Thread Gerd Hoffmann
On Sun, May 10, 2020 at 08:42:55PM +0200, Volker Rümelin wrote: > Import win32 keyboard hooking code from project spice-gtk. > +/* > + * This work is licensed under the terms of the GNU GPL, version 2 or > + * (at your option) any later version. See the COPYING file in the > + * top-level direct

[PATCH 01/10] ui/win32-kbd-hook: handle AltGr in a hook procedure

2020-05-10 Thread Volker Rümelin
Import win32 keyboard hooking code from project spice-gtk. This patch removes the extra left control key up/down input events inserted by Windows for the right alt key up/down input events with international keyboard layouts. Additionally there's some code to grab the keyboard. The next patches wi