Message ID | 5D7DEF60-9282-449E-A9DF-780429C0D50F@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/qapi-schema.json b/qapi-schema.json index 362c9d8..cbc3576 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3078,6 +3078,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', @@ -3096,7 +3097,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