]> git.proxmox.com Git - qemu.git/commit
Extra scan codes for missing keys
authorBernhard M. Wiedemann <qemudevbmw@lsmod.de>
Wed, 2 Jun 2010 03:32:30 +0000 (05:32 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 22 Jun 2010 20:15:30 +0000 (15:15 -0500)
commit49b586a922c1818cbd9f576600f72bff182bc257
tree95fd4dcd7a47d66dfb3a0462c847dad29bb8bd97
parentf74550fd53598ac6529dbcfc3c06e98d2d7fbe51
Extra scan codes for missing keys

The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html

Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.

Signed-off-by: Bernhard M. Wiedemann <qemudevbmw@lsmod.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c