From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kxj6P-00075E-R6 for qemu-devel@nongnu.org; Wed, 05 Nov 2008 09:11:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kxj6O-00074V-4C for qemu-devel@nongnu.org; Wed, 05 Nov 2008 09:11:21 -0500 Received: from [199.232.76.173] (port=43642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kxj6N-00074O-Qp for qemu-devel@nongnu.org; Wed, 05 Nov 2008 09:11:19 -0500 Received: from el-out-1112.google.com ([209.85.162.177]:26637) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kxj6N-0004gu-JS for qemu-devel@nongnu.org; Wed, 05 Nov 2008 09:11:19 -0500 Received: by el-out-1112.google.com with SMTP id s27so2833ele.19 for ; Wed, 05 Nov 2008 06:11:18 -0800 (PST) Message-ID: <4911A980.6040709@codemonkey.ws> Date: Wed, 05 Nov 2008 08:11:12 -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> <49109F10.5070005@codemonkey.ws> <49116EE0.9040209@redhat.com> In-Reply-To: <49116EE0.9040209@redhat.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 Gerd Hoffmann wrote: > Anthony Liguori wrote: > >>> 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. >> > > We have *kbd* and *mouse* grab here. Grabbing the mouse in absolute > mode is pointless. For the keyboard it still makes sense though, so you > can send keystrokes to the guest which are normally catched by the hosts > window manager. > Right, one possible behavior is to grab keyboard on mouse over and release on mouse out. However, this breaks alt-tab and IMHO tends to be pretty annoying. Regards, Anthony Liguori > cheers, > Gerd > > > > >