From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gbx8O-0005Kn-9G for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:34:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gbx8K-0005JD-KO for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:34:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gbx8J-0005If-PI for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:34:15 -0400 Received: from [134.130.3.131] (helo=ms-dienst.rz.rwth-aachen.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.52) id 1Gbx8J-0001MW-Jb for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:34:15 -0400 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J7L000MG40ZDX@ms-dienst.rz.rwth-aachen.de> for qemu-devel@nongnu.org; Mon, 23 Oct 2006 12:34:11 +0200 (MEST) Received: from [137.226.40.101] (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id k9NAYAH4019381 for ; Mon, 23 Oct 2006 12:34:10 +0200 (MEST) Date: Mon, 23 Oct 2006 12:35:18 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] AltGr key for Windows host In-reply-to: <000601c6f596$1102bf10$0464a8c0@athlon> Message-id: <453C9AE6.3080500@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7BIT References: <000601c6f596$1102bf10$0464a8c0@athlon> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Kazu schrieb: > Hi, > > I made German language environment on Windows XP Japanese host. > I investigated a problem of AltGr key. > > If you have a German keyboard, please use this binary and tell me the data > which is displayed on console window when AltGr key is pressed. > > I want to know the results for both SDL_VIDEODRIVER=windib and > SDL_VIDEODRIVER=directx. > I forward this from Jeremie, as he is not subscribed: Cc: jeremie@le-hen.org Reply to: [Qemu-devel] AltGr key for Windows host Hi Kazu, here is the output of the debug binary you provided. I'm running a simple french keyboard and cannot use characters access by AltGr.r* This happens when I press and then release AltGr: ------------------------ OS ver = 5.1 0.0.2600 Keyboard = 4, 0 Layout = 0x040c040c LayoutName = 0000040C key = 0x132 key name = left ctrl PRESSED sdl_process_key: keycode = 0x1d ------------------------ OS ver = 5.1 0.0.2600 Keyboard = 4, 0 Layout = 0x040c040c LayoutName = 0000040C key = 0x133 key name = right alt PRESSED sdl_process_key: keycode = 0xb8 ------------------------ OS ver = 5.1 0.0.2600 Keyboard = 4, 0 Layout = 0x040c040c LayoutName = 0000040C key = 0x132 key name = left ctrl RELEASED sdl_process_key: keycode = 0x1d ------------------------ OS ver = 5.1 0.0.2600 Keyboard = 4, 0 Layout = 0x040c040c LayoutName = 0000040C key = 0x133 key name = right alt RELEASED sdl_process_key: keycode = 0xb8 Thank you.