From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9LQq-0005zs-76 for qemu-devel@nongnu.org; Wed, 05 Sep 2012 15:38:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9LQp-0006XT-7O for qemu-devel@nongnu.org; Wed, 05 Sep 2012 15:38:36 -0400 Received: from mout.web.de ([212.227.15.4]:61268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9LQo-0006XM-Ta for qemu-devel@nongnu.org; Wed, 05 Sep 2012 15:38:35 -0400 Message-ID: <5047AA0D.8080008@web.de> Date: Wed, 05 Sep 2012 21:37:49 +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> In-Reply-To: <1346872724-9156-5-git-send-email-aliguori@us.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB48A136040BF40A3797A760C" 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) --------------enigB48A136040BF40A3797A760C Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 2012-09-05 21:18, Anthony Liguori wrote: > There is a small deviation from SDL's behavior here. Instead of Ctrl+A= lt > triggering grab, we now use Ctrl-Alt-g to trigger grab. >=20 > GTK will not accept Ctrl+Alt as an accelerator since it just consists o= f > modifiers. Having grab as a proper accelerator is important as it allo= ws a user > to override the accelerator for accessibility purposes. >=20 > We also are not automatically grabbing on left-click. Besides the inab= ility to > tie mouse clicks to an accelerator, I think this behavior is hard to di= scover > and since it only happens depending on the guest state, it can lead to = confusing > behavior. >=20 > This can be changed in the future if there's a strong resistence to dro= pping > left-click-to-grab, but I think we're better off dropping it. >=20 > 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? Jan --------------enigB48A136040BF40A3797A760C 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/ iEYEARECAAYFAlBHqhcACgkQitSsb3rl5xSrsACg8AxvOaG87JF50SmKUN4s9eN3 omYAoOi5+Grtu4ygY2XW2+S3IRNARcFc =H2bR -----END PGP SIGNATURE----- --------------enigB48A136040BF40A3797A760C--