From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsVk6-0001Bb-2T for qemu-devel@nongnu.org; Mon, 16 Dec 2013 05:49:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsVjv-0000tt-5F for qemu-devel@nongnu.org; Mon, 16 Dec 2013 05:49:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsVju-0000tI-Tq for qemu-devel@nongnu.org; Mon, 16 Dec 2013 05:49:31 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBGAnUpM027989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Dec 2013 05:49:30 -0500 From: Gerd Hoffmann Date: Mon, 16 Dec 2013 11:48:44 +0100 Message-Id: <1387190958-19470-9-git-send-email-kraxel@redhat.com> In-Reply-To: <1387190958-19470-1-git-send-email-kraxel@redhat.com> References: <1387190958-19470-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 08/42] input: qapi: add pause key List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , Gerd Hoffmann , Luiz Capitulino It's missing. Signed-off-by: Gerd Hoffmann --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 89d8060..56981d9 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3372,7 +3372,7 @@ 'kp_9', 'less', 'f11', 'f12', 'print', 'home', 'pgup', 'pgdn', 'end', 'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again', 'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut', - 'lf', 'help', 'meta_l', 'meta_r', 'compose' ] } + 'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause' ] } ## # @KeyValue -- 1.8.3.1