From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MS1-0007vT-JH for qemu-devel@nongnu.org; Wed, 05 Sep 2012 16:43:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9MS0-0002Ro-DF for qemu-devel@nongnu.org; Wed, 05 Sep 2012 16:43:53 -0400 Received: from mout.web.de ([212.227.15.3]:54296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MS0-0002Rf-43 for qemu-devel@nongnu.org; Wed, 05 Sep 2012 16:43:52 -0400 Message-ID: <5047B981.4060504@web.de> Date: Wed, 05 Sep 2012 22:43:45 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1346872724-9156-1-git-send-email-aliguori@us.ibm.com> <1346872724-9156-5-git-send-email-aliguori@us.ibm.com> <5047AA0D.8080008@web.de> <87ehmg9pa8.fsf@codemonkey.ws> In-Reply-To: <87ehmg9pa8.fsf@codemonkey.ws> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig201371ADD134632EE1E52C71" Subject: Re: [Qemu-devel] [PATCH 4/7] gtk: add support for input grabbing (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig201371ADD134632EE1E52C71 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2012-09-05 22:40, Anthony Liguori wrote: > Jan Kiszka writes: >=20 >> On 2012-09-05 21:18, Anthony Liguori wrote: >>> There is a small deviation from SDL's behavior here. Instead of Ctrl= +Alt >>> triggering grab, we now use Ctrl-Alt-g to trigger grab. >>> >>> GTK will not accept Ctrl+Alt as an accelerator since it just consists= of >>> modifiers. Having grab as a proper accelerator is important as it al= lows a user >>> to override the accelerator for accessibility purposes. >>> >>> We also are not automatically grabbing on left-click. Besides the in= ability to >>> tie mouse clicks to an accelerator, I think this behavior is hard to = discover >>> and since it only happens depending on the guest state, it can lead t= o confusing >>> behavior. >>> >>> This can be changed in the future if there's a strong resistence to d= ropping >>> left-click-to-grab, but I think we're better off dropping it. >>> >>> Signed-off-by: Anthony Liguori >>> --- >>> v1 -> v2 >>> - add a menu option for grab on hover (Jan) >> >> Thanks. Are options like this persistent across VM starts? >=20 > No. I don't want to include that in this series as it opens up a whole= > debate about GConf vs. configuration files... Well, but it must be solved. In a later series, that's fine. Jan --------------enig201371ADD134632EE1E52C71 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBHuYUACgkQitSsb3rl5xTkFACgqQyzpWBB66i0NDeUmWoC6x/B Hp8AoOufXYhRhER2noaUBl3deVXQ0DzF =toxG -----END PGP SIGNATURE----- --------------enig201371ADD134632EE1E52C71--