From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ng05l-00056A-VN for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:18:14 -0500 Received: from [199.232.76.173] (port=47071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ng05l-00055n-H9 for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:18:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ng05k-00015M-OV for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:18:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44962) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ng05j-00014y-IV for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:18:12 -0500 Message-ID: <4B759B57.8010201@redhat.com> Date: Fri, 12 Feb 2010 19:17:59 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Qemu does not pass pressed caps lock to client References: <4B752548.1040108@redhat.com> <4B754C04.4080907@redhat.com> <4B75707F.7040105@codemonkey.ws> In-Reply-To: <4B75707F.7040105@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: kwolf@redhat.com, shaharh@gmail.com, qemu-devel@nongnu.org, Dustin Kirkland 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 Debian/Ubuntu bug. Shame on them for changing the behaviour of > a library API like that. Indeed. Maybe the Debian/Ubuntu maintainers for QEMU and KVM will read this thread and make a fuss. The only reason it is interesting, is that QEMU is actually going through efforts to get the same behavior that the Debian/Ubuntu change implements (get a press and a release event whenever you toggle Caps Lock). Paolo