From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxRMI-0004wh-8M for qemu-devel@nongnu.org; Tue, 04 Nov 2008 14:14:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxRMH-0004wE-1h for qemu-devel@nongnu.org; Tue, 04 Nov 2008 14:14:33 -0500 Received: from [199.232.76.173] (port=51078 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxRMG-0004w6-NF for qemu-devel@nongnu.org; Tue, 04 Nov 2008 14:14:32 -0500 Received: from nf-out-0910.google.com ([64.233.182.186]:55617) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxRMG-0008Jh-L2 for qemu-devel@nongnu.org; Tue, 04 Nov 2008 14:14:33 -0500 Received: by nf-out-0910.google.com with SMTP id b2so2107872nfb.12 for ; Tue, 04 Nov 2008 11:14:28 -0800 (PST) Message-ID: <49109F10.5070005@codemonkey.ws> Date: Tue, 04 Nov 2008 13:14:24 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0 of 2] sdl usability improvements References: <49109603.5060001@eu.citrix.com> In-Reply-To: <49109603.5060001@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefano Stabellini wrote: > Hi all, > this is a two patch set to improve sdl interface usability. > > The first patch adds a -nograb command line option to prevent sdl from > grabbing mouse and keyboards on focus. > The second patch hides the mouse pointer when the sdl window is not in > focus. > > Try using these patches together, passing as arguments -nograb and > -usbdevice tablet, then see how easier is to use the interface! > Click-to-grab gets disabled when using -usbdevice tablet. The only way to enable grab when using -usbdevice tablet is to hit ctrl-alt explicitly. I am certainly open to discussing removing ctrl-alt grab by default when in absolute mode. ctrl-alt is mildly convenient in absolute mode in order to send things like alt-tab. You can also do that from the monitor though. The later mouse hiding patch makes more sense in absolute mode. However, the current patch doesn't limit itself to absolute mode. I would consider that a requirement for merging. Regards, Anthony Liguori > Cheers, > > Stefano Stabellini > > >