mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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
This commit is contained in:
parent
54ae1fbdf6
commit
9155fc4599
1 changed files with 3 additions and 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" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue