From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aijpn-0003dL-VO for qemu-devel@nongnu.org; Wed, 23 Mar 2016 10:32:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aijpn-0002rj-4x for qemu-devel@nongnu.org; Wed, 23 Mar 2016 10:32:31 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:56257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aijpm-0002qQ-Ud for qemu-devel@nongnu.org; Wed, 23 Mar 2016 10:32:31 -0400 Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1aijpd-0005eM-QK for qemu-devel@nongnu.org; Wed, 23 Mar 2016 14:32:21 +0000 From: Peter Maydell Date: Wed, 23 Mar 2016 14:32:19 +0000 Message-Id: <1458743540-3065-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1458743540-3065-1-git-send-email-peter.maydell@linaro.org> References: <1458743540-3065-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 2/3] qapi-schema.json: Add power and keypad equal keys List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: John Arbuckle Add the power and keypad equal keys. These keys are found on a real Macintosh keyboard. Signed-off-by: John Arbuckle Reviewed-by: Eric Blake Signed-off-by: Peter Maydell --- qapi-schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 88f9b81..7f8d799 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3082,6 +3082,7 @@ # # 'unmapped' and 'pause' since 2.0 # 'ro' and 'kp_comma' since 2.4 +# 'kp_equals' and 'power' since 2.6 ## { 'enum': 'QKeyCode', 'data': [ 'unmapped', @@ -3100,7 +3101,7 @@ 'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again', 'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut', 'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause', 'ro', - 'kp_comma' ] } + 'kp_comma', 'kp_equals', 'power' ] } ## # @KeyValue -- 1.9.1