qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5384] monitor: add sendkey support for comma, dot and slash
@ 2008-10-01 21:46 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-10-01 21:46 UTC (permalink / raw)
  To: qemu-devel

Revision: 5384
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5384
Author:   aurel32
Date:     2008-10-01 21:46:15 +0000 (Wed, 01 Oct 2008)

Log Message:
-----------
monitor: add sendkey support for comma, dot and slash

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

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

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c	2008-10-01 21:46:07 UTC (rev 5383)
+++ trunk/monitor.c	2008-10-01 21:46:15 UTC (rev 5384)
@@ -860,6 +860,9 @@
     { 0x30, "b" },
     { 0x31, "n" },
     { 0x32, "m" },
+    { 0x33, "comma" },
+    { 0x34, "dot" },
+    { 0x35, "slash" },
 
     { 0x37, "asterisk" },
 

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

only message in thread, other threads:[~2008-10-01 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 21:46 [Qemu-devel] [5384] monitor: add sendkey support for comma, dot and slash Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).