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

2010-02-12 Thread Dustin Kirkland
On Fri, 2010-02-12 at 12:44 -0600, Anthony Liguori wrote: > On 02/12/2010 12:17 PM, Paolo Bonzini wrote: > > On 02/12/2010 04:15 PM, Anthony Liguori wrote: > >> > >> So basically, Debian carries a hacked version of SDL that changes the > >> key press behaviour? > > > > Yes, the patch was submitted

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

2010-02-12 Thread Anthony Liguori
On 02/12/2010 12:17 PM, Paolo Bonzini wrote: On 02/12/2010 04:15 PM, Anthony Liguori wrote: So basically, Debian carries a hacked version of SDL that changes the key press behaviour? Yes, the patch was submitted to not change the default but the maintainer thought he knew better. Or confuse

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

2010-02-12 Thread Paolo Bonzini
On 02/12/2010 04:15 PM, Anthony Liguori wrote: So basically, Debian carries a hacked version of SDL that changes the key press behaviour? Yes, the patch was submitted to not change the default but the maintainer thought he knew better. Or confused an == with a != more likely. That's a Deb

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

2010-02-12 Thread Anthony Liguori
On 02/12/2010 06:39 AM, Paolo Bonzini wrote: /* There are two versions around of a Debian patch that changes the way Caps Lock and Num Lock are handled. The first version by default sends only one of the KeyDown/KeyUp events, unless SDL_DISABLE_LOCK_KEYS is present in th