]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
qapi: add the QKeyCode enum
authorAmos Kong <akong@redhat.com>
Fri, 31 Aug 2012 02:56:24 +0000 (10:56 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 5 Sep 2012 18:48:56 +0000 (15:48 -0300)
commit411656f48d71131d6d1cb5b6db792fc7b451e72e
tree7b3cd93e898fd6d045501d4d45ec21e4126e761f
parentb9c4b48d50057b6aee7c70879b240ff76f39c85b
qapi: add the QKeyCode enum

key_defs[] in monitor.c is a mapping table of keys and keycodes,
this patch added a QKeyCode enum. Key's index in the enmu is same
as keycode's index in key_defs[].

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qapi-schema.json