From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtNYr-0006lw-H3 for qemu-devel@nongnu.org; Wed, 18 Dec 2013 15:17:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtNYl-0002of-HC for qemu-devel@nongnu.org; Wed, 18 Dec 2013 15:17:41 -0500 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:43813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtNYl-0002nJ-BN for qemu-devel@nongnu.org; Wed, 18 Dec 2013 15:17:35 -0500 Message-ID: <52B202DB.4080407@weilnetz.de> Date: Wed, 18 Dec 2013 21:17:31 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1386429917-7629-1-git-send-email-sw@weilnetz.de> <52B1E94F.2070200@suse.de> <52B201B0.8030006@weilnetz.de> In-Reply-To: <52B201B0.8030006@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= , qemu-devel Cc: Anthony Liguori 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