All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add the altgr key name to the monitor
@ 2008-08-09 18:55 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-08-09 18:55 UTC (permalink / raw)
  To: qemu-devel

Add the altgr key name to the monitor

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-09 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-09 18:55 [Qemu-devel] [PATCH] Add the altgr key name to the monitor Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.