diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-01 21:46:15 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-01 21:46:15 +0000 |
commit | 9155fc45993757d5201b27fd8a57dfd28258123b (patch) | |
tree | 9eed63c52455dfd62a3e6bbd3a22d39f8508d5a6 /monitor.c | |
parent | 54ae1fbdf607c7fb452853ca140adcbab51b5dae (diff) | |
download | qemu-9155fc45993757d5201b27fd8a57dfd28258123b.tar.gz qemu-9155fc45993757d5201b27fd8a57dfd28258123b.tar.bz2 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
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -860,6 +860,9 @@ static const KeyDef key_defs[] = { { 0x30, "b" }, { 0x31, "n" }, { 0x32, "m" }, + { 0x33, "comma" }, + { 0x34, "dot" }, + { 0x35, "slash" }, { 0x37, "asterisk" }, |