From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYE3j-0001bj-9L for qemu-devel@nongnu.org; Fri, 12 Aug 2016 11:07:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYE3f-0002xy-3P for qemu-devel@nongnu.org; Fri, 12 Aug 2016 11:07:42 -0400 Message-ID: <1471001434.22974.30.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 12 Aug 2016 13:30:34 +0200 In-Reply-To: <1470900060-25821-1-git-send-email-thuth@redhat.com> References: <1470900060-25821-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ui/console: Fix non-working backspace key in monitor of gtk UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org On Do, 2016-08-11 at 09:21 +0200, Thomas Huth wrote: > + [Q_KEY_CODE_BACKSPACE] =3D QEMU_KEY_BACKSPACE, Reviewed-by: Gerd Hoffmann