Re: [Qemu-devel] [PATCH v6 5/7] add the QKeyCode enum and the key_defs table

2012-08-13 Thread Amos Kong
On 08/03/2012 09:32 PM, Luiz Capitulino wrote: > On Fri, 3 Aug 2012 10:48:40 +0800 > Amos Kong wrote: > >> key_defs[] in monitor.c is a mapping table of keys and keycodes, >> this patch added a QKeyCode enum and a new key_defs table, >> Key's index in the enmu is same as keycode's index in new k

Re: [Qemu-devel] [PATCH v6 5/7] add the QKeyCode enum and the key_defs table

2012-08-03 Thread Luiz Capitulino
On Fri, 03 Aug 2012 20:00:47 +0200 Andreas Färber wrote: > Am 03.08.2012 15:32, schrieb Luiz Capitulino: > > On Fri, 3 Aug 2012 10:48:40 +0800 > > Amos Kong wrote: > > > >> key_defs[] in monitor.c is a mapping table of keys and keycodes, > >> this patch added a QKeyCode enum and a new key_defs

Re: [Qemu-devel] [PATCH v6 5/7] add the QKeyCode enum and the key_defs table

2012-08-03 Thread Andreas Färber
Am 03.08.2012 15:32, schrieb Luiz Capitulino: > On Fri, 3 Aug 2012 10:48:40 +0800 > Amos Kong wrote: > >> key_defs[] in monitor.c is a mapping table of keys and keycodes, >> this patch added a QKeyCode enum and a new key_defs table, >> Key's index in the enmu is same as keycode's index in new ke

Re: [Qemu-devel] [PATCH v6 5/7] add the QKeyCode enum and the key_defs table

2012-08-03 Thread Luiz Capitulino
On Fri, 3 Aug 2012 10:48:40 +0800 Amos Kong wrote: > key_defs[] in monitor.c is a mapping table of keys and keycodes, > this patch added a QKeyCode enum and a new key_defs table, > Key's index in the enmu is same as keycode's index in new key_defs[]. > > Signed-off-by: Amos Kong > --- > input

[Qemu-devel] [PATCH v6 5/7] add the QKeyCode enum and the key_defs table

2012-08-02 Thread Amos Kong
key_defs[] in monitor.c is a mapping table of keys and keycodes, this patch added a QKeyCode enum and a new key_defs table, Key's index in the enmu is same as keycode's index in new key_defs[]. Signed-off-by: Amos Kong --- input.c | 146 +