From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK223-0007J5-1D for qemu-devel@nongnu.org; Mon, 25 Mar 2013 03:41:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK21z-00049R-Dr for qemu-devel@nongnu.org; Mon, 25 Mar 2013 03:41:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK21z-00048q-6t for qemu-devel@nongnu.org; Mon, 25 Mar 2013 03:41:23 -0400 Date: Mon, 25 Mar 2013 08:41:19 +0100 From: Stefan Hajnoczi Message-ID: <20130325074119.GA1368@stefanha-thinkpad.redhat.com> References: <514F417A.6010908@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <514F417A.6010908@web.de> Subject: Re: [Qemu-devel] [PATCH v3] gtk: Release modifier when graphic console loses keyboard focus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel On Sun, Mar 24, 2013 at 07:10:02PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > This solves, e.g., sticky ALT when selecting a GTK menu, switching to a > different window or selecting a different virtual console. > > Signed-off-by: Jan Kiszka > --- > > Changes in v3: > - rebased > > ui/gtk.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- > 1 files changed, 51 insertions(+), 2 deletions(-) Doesn't apply with git-am(1) to qemu.git/master (fe6344a05fba26e16863fefcb823242e579b0991). patch(1) can merge it though. Tested-by: Stefan Hajnoczi