From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvWVX-0000ZD-3p for qemu-devel@nongnu.org; Wed, 28 Jun 2006 05:38:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvWVV-0000XF-7p for qemu-devel@nongnu.org; Wed, 28 Jun 2006 05:38:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvWVV-0000X6-1N for qemu-devel@nongnu.org; Wed, 28 Jun 2006 05:38:49 -0400 Received: from [81.103.221.47] (helo=mtaout01-winn.ispmail.ntl.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvWhn-0000SM-7D for qemu-devel@nongnu.org; Wed, 28 Jun 2006 05:51:31 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20060628093845.VEUL15018.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Wed, 28 Jun 2006 10:38:45 +0100 Received: from miranda.arrow ([213.107.21.212]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20060628093844.LZA1421.aamtaout02-winn.ispmail.ntl.com@miranda.arrow> for ; Wed, 28 Jun 2006 10:38:44 +0100 Received: from sdb by miranda.arrow with local (Exim 4.50) id 1FvWVo-0000ws-TX for qemu-devel@nongnu.org; Wed, 28 Jun 2006 10:39:08 +0100 Date: Wed, 28 Jun 2006 10:39:08 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] qemu kbd emulation Message-ID: <20060628093908.GA3620@miranda.arrow> References: <200606281027.31617.zswi@pers.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606281027.31617.zswi@pers.pl> 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 On Wed, Jun 28, 2006 at 10:27:31AM +0200, Rafa?? Cygnarowski wrote: > and it look that qemu does not generate some codes before > pressing and after releasing arrow keys. For example pressing > up key on qemu looks like: > > 224 72 224 200 > > while without emulation it looks: > > 224 42 224 72 224 200 224 170. (e0 2a e0 48 e0 c8 e0 aa) FWIW, 2a is the left shift key. See http://www.win.tue.nl/~aeb/linux/kbd/scancodes.html -- Stuart Brady