]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
monitor: add sendkey support for comma, dot and slash
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 1 Oct 2008 21:46:15 +0000 (21:46 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 1 Oct 2008 21:46:15 +0000 (21:46 +0000)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5384 c046a42c-6fe2-441c-8c8c-71466251a162

monitor.c

index 62d9de06804c8ba36b37b69dffe82231e52af3a6..ee48984bc397397576b910bf498f7433cf512878 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -860,6 +860,9 @@ static const KeyDef key_defs[] = {
     { 0x30, "b" },
     { 0x31, "n" },
     { 0x32, "m" },
+    { 0x33, "comma" },
+    { 0x34, "dot" },
+    { 0x35, "slash" },
 
     { 0x37, "asterisk" },