From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAZj0-00085P-OH for qemu-devel@nongnu.org; Fri, 03 Nov 2017 07:01:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAZiv-00063O-76 for qemu-devel@nongnu.org; Fri, 03 Nov 2017 07:01:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45374) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eAZiv-00062c-0t for qemu-devel@nongnu.org; Fri, 03 Nov 2017 07:01:17 -0400 Message-ID: <1509706872.31823.20.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 03 Nov 2017 12:01:12 +0100 In-Reply-To: References: <20171023210803.20998-1-makovick@gmail.com> <20171023210803.20998-5-makovick@gmail.com> <1509532830.3856.7.camel@redhat.com> <1509701213.31823.11.camel@redhat.com> <1509705342.31823.16.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/7] sdl2: Only accept the hotkeys on the main window List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?UTF-8?Q?Jind=C5=99ich_Makovi=C4=8Dka?= , QEMU Developers Hi, > There's a patch in-flight to switch cocoa to ctrl-alt-g. > (If you think that's a bad idea it would be useful to reply > to that patch.) I personally don't mind much. I rarely use it. With a tablet added to the guest (which I expect most people do these days) mouse grabs don't happen anyway. But when switching cocoa it makes sense to switch sdl too for consistency. > Using plain ctrl-alt for ungrab has the disadvantage that you > then can't send the guest any ctrl-alt-anything combos at all, > I think. I think it works, because SDL does the ungrab on ctrl-alt key *release*. cheers, Gerd