Re: [Qemu-devel] [PATCH] vnc: improve capslock handling.

2009-12-10 Thread Gerd Hoffmann
On 12/10/09 15:05, Alexander Graf wrote: Gerd Hoffmann wrote: When capslock is toggled while the vnc window hasn't the focus qemu will miss the state change. Add sanity checks for the capslock state and toggle it if needed, so hosts and guests idea of capslock state stay in sync. Simliar logic

Re: [Qemu-devel] [PATCH] vnc: improve capslock handling.

2009-12-10 Thread Alexander Graf
Gerd Hoffmann wrote: > When capslock is toggled while the vnc window hasn't the focus qemu > will miss the state change. Add sanity checks for the capslock state > and toggle it if needed, so hosts and guests idea of capslock state > stay in sync. Simliar logic for numlock is present in qemu alre

[Qemu-devel] [PATCH] vnc: improve capslock handling.

2009-11-02 Thread Gerd Hoffmann
When capslock is toggled while the vnc window hasn't the focus qemu will miss the state change. Add sanity checks for the capslock state and toggle it if needed, so hosts and guests idea of capslock state stay in sync. Simliar logic for numlock is present in qemu already. Signed-off-by: Gerd Hof