Re: [Qemu-devel] [PATCH v2] alt-gr on Windows

2015-01-25 Thread Thebault, Remi
Hello attached is the v2 set of patchs. Le 01/01/2015 20:10, Stefan Weil a écrit : > I suggest calling MapVirtualKey only for those keys which don't need special > handling, so it would be in the default case of the switch statement. Done (patch 0001) . updated code yields to same result as prev

Re: [Qemu-devel] alt-gr on Windows

2014-12-21 Thread Thebault, Remi
Le 18/12/2014 12:55, Kevin Wolf a écrit : CCing Stefan Weil, who is both the Windows maintainer and the author of commit 2777ccc5, which introduced the MapVirtualKey() call. As there is a special case for Alt Gr in the code, I suppose he had this working back then. From what I understand (whic

[Qemu-devel] alt-gr on Windows

2014-12-16 Thread Thebault, Remi
Hi list! This is not the first post on this topic, but I haven't seen any solution about it. I tested so far linux guest on windows host and the AltGr key is dead in the guest. (using git master branch) On french keyboard, the keys to yield the bar "|" are alt-gr + 6. when executing this comb