qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Add the altgr key name to the monitor


From: Samuel Thibault
Subject: [Qemu-devel] [PATCH] Add the altgr key name to the monitor
Date: Sat, 9 Aug 2008 19:55:13 +0100
User-agent: Mutt/1.5.12-2006-07-14

Add the altgr key name to the monitor

Signed-off-by: Samuel Thibault <address@hidden>

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" },
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]