qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5000] Add the altgr key name to the monitor, by Samuel Thi


From: Thiemo Seufer
Subject: [Qemu-devel] [5000] Add the altgr key name to the monitor, by Samuel Thibault.
Date: Wed, 13 Aug 2008 12:54:24 +0000

Revision: 5000
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5000
Author:   ths
Date:     2008-08-13 12:54:23 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Add the altgr key name to the monitor, by Samuel Thibault.

Modified Paths:
--------------
    trunk/monitor.c

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c     2008-08-13 11:30:10 UTC (rev 4999)
+++ trunk/monitor.c     2008-08-13 12:54:23 UTC (rev 5000)
@@ -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]