[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts run
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows |
Date: |
Wed, 18 Dec 2013 21:17:31 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
Am 18.12.2013 21:12, schrieb Stefan Weil:
> I have no solution for the #ifndef MAPVK_VK_TO_VSC case. The code works
> for me with Windows 7 and 8.1, but might work with older versions, too.
> If someone has Windows XP, a test can be run with
> http://qemu.weilnetz.de/w32/qemu-w32-setup-20131128.exe. According to
> MSDN, MapVirtualKey is available since Windows 2000 Professional.
I forgot to mention that the patch fixes keyboard input for QEMU running
with Wine, too. So obviously Wine supports the MapVirtualKey interface.
Cheers, Stefan