summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-01 21:46:15 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-01 21:46:15 +0000
commit9155fc45993757d5201b27fd8a57dfd28258123b (patch)
tree9eed63c52455dfd62a3e6bbd3a22d39f8508d5a6
parent54ae1fbdf607c7fb452853ca140adcbab51b5dae (diff)
downloadfocaccia-qemu-9155fc45993757d5201b27fd8a57dfd28258123b.tar.gz
focaccia-qemu-9155fc45993757d5201b27fd8a57dfd28258123b.zip
monitor: add sendkey support for comma, dot and slash
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5384 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--monitor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index 62d9de0680..ee48984bc3 100644
--- 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" },