From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxfCJ-0000Ix-Uo for qemu-devel@nongnu.org; Wed, 05 Nov 2008 05:01:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxfCH-0000HU-TS for qemu-devel@nongnu.org; Wed, 05 Nov 2008 05:01:11 -0500 Received: from [199.232.76.173] (port=42786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxfCH-0000HM-MV for qemu-devel@nongnu.org; Wed, 05 Nov 2008 05:01:09 -0500 Received: from mx2.redhat.com ([66.187.237.31]:52667) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxfCG-0000n8-RV for qemu-devel@nongnu.org; Wed, 05 Nov 2008 05:01:09 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mA5A172E029364 for ; Wed, 5 Nov 2008 05:01:07 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mA5A16bp010420 for ; Wed, 5 Nov 2008 05:01:07 -0500 Received: from zweiblum.travel.kraxel.org (vpn-4-75.str.redhat.com [10.32.4.75]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mA5A15jv021354 for ; Wed, 5 Nov 2008 05:01:06 -0500 Message-ID: <49116EE0.9040209@redhat.com> Date: Wed, 05 Nov 2008 11:01:04 +0100 From: Gerd Hoffmann 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> In-Reply-To: <49109F10.5070005@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 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 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. cheers, Gerd