Re: [Qemu-devel] Qemu does not pass pressed caps lock to client

2010-02-12 Thread Kevin Wolf
Am 12.02.2010 12:09, schrieb Shahar Havivi: > It's not true that SDL is not sending up event like the comment say, > > On Fedora 12 it behave like a toggle button, first press/release will send > caps-down event second press/release send caps-up event > > On Ubuntu 9.10 it work like any other key

Re: [Qemu-devel] Qemu does not pass pressed caps lock to client

2010-02-12 Thread Shahar Havivi
It's not true that SDL is not sending up event like the comment say, On Fedora 12 it behave like a toggle button, first press/release will send caps-down event second press/release send caps-up event On Ubuntu 9.10 it work like any other key, i.e. pressing caps will generate two events down and u

Re: [Qemu-devel] Qemu does not pass pressed caps lock to client

2010-02-12 Thread Kevin Wolf
Am 11.02.2010 22:13, schrieb Shahar Havivi: > Qemu have a hack for capslock that is not working with Ubuntu. > attached patch that fix it, as describe in this bug: > https://bugs.launchpad.net/qemu/+bug/427612 > > Signed-off-by: Shahar Havivi > > --- > sdl.c |7 --- > 1 files changed, 4

[Qemu-devel] Qemu does not pass pressed caps lock to client

2010-02-11 Thread Shahar Havivi
Qemu have a hack for capslock that is not working with Ubuntu. attached patch that fix it, as describe in this bug: https://bugs.launchpad.net/qemu/+bug/427612 Signed-off-by: Shahar Havivi --- sdl.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sdl.c b/sdl.c ind