From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRtbW-0000cu-GM for qemu-devel@nongnu.org; Sat, 09 Aug 2008 14:55:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRtbU-0000bl-Gf for qemu-devel@nongnu.org; Sat, 09 Aug 2008 14:55:53 -0400 Received: from [199.232.76.173] (port=59016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRtbU-0000be-92 for qemu-devel@nongnu.org; Sat, 09 Aug 2008 14:55:52 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]:25662) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRtbT-0001NO-Ip for qemu-devel@nongnu.org; Sat, 09 Aug 2008 14:55:51 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080809185550.KGHZ21103.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Sat, 9 Aug 2008 19:55:50 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20080809185550.IJMC29597.aamtaout03-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Sat, 9 Aug 2008 19:55:50 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KRtaw-0002Gr-3I for qemu-devel@nongnu.org; Sat, 09 Aug 2008 20:55:30 +0200 Date: Sat, 9 Aug 2008 19:55:13 +0100 From: Samuel Thibault Message-ID: <20080809185513.GZ4546@implementation> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH] Add the altgr key name to the monitor 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 Add the altgr key name to the monitor Signed-off-by: Samuel Thibault Index: monitor.c =================================================================== --- monitor.c (révision 4985) +++ monitor.c (copie de travail) @@ -794,6 +794,8 @@ { 0x38, "alt" }, { 0xb8, "alt_r" }, + { 0x64, "altgr" }, + { 0xe4, "altgr_r" }, { 0x1d, "ctrl" }, { 0x9d, "ctrl_r" },