From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIje8-0007l6-S2 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:05:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIje1-0007dH-7M for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:05:29 -0500 Received: from [199.232.76.173] (port=59198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIje0-0007dB-SE for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:05:24 -0500 Received: from cantor2.suse.de ([195.135.220.15]:46463 helo=mx2.suse.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIje0-0006BY-PW for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:05:25 -0500 Message-ID: <4B210023.903@suse.de> Date: Thu, 10 Dec 2009 15:05:23 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] vnc: improve capslock handling. References: <1257162426-10349-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1257162426-10349-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org 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 already. > > Signed-off-by: Gerd Hoffmann > This commit breaks the shift key in VNC for me. Alex