From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gbz2c-00034A-8G for qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:36:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gbz2V-000301-Vl for qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:36:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gbz2V-0002zi-Cl for qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:36:23 -0400 Received: from [211.5.2.77] (helo=nm01omta019.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1Gbz2U-0006uX-P0 for qemu-devel@nongnu.org; Mon, 23 Oct 2006 08:36:23 -0400 Message-ID: <002801c6f69f$dc0d9b30$0464a8c0@athlon> From: "Kazu" References: <000601c6f596$1102bf10$0464a8c0@athlon> <453C9AE6.3080500@xtal.rwth-aachen.de> Subject: Re: [Qemu-devel] AltGr key for Windows host Date: Mon, 23 Oct 2006 21:36:27 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit 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 Hi, Jan and Jeremie. Thank you for your reply. I think your result is for SDL_VIDEODRIVER=windib. I updated the binary. How about this one? Does AltGr key work for you? http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20061023-keyboard.zip Regards, Kazu Sent: Monday, October 23, 2006 7:35 PM Jan wrote: > 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. >