diff options
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index f97ffa1132..25df463863 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2784,6 +2784,7 @@ # Since: 1.3.0 # # 'unmapped' and 'pause' since 2.0 +# 'ro' and 'kp_comma' since 2.4 ## { 'enum': 'QKeyCode', 'data': [ 'unmapped', @@ -2801,7 +2802,8 @@ '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', 'pause' ] } + 'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause', 'ro', + 'kp_comma' ] } ## # @KeyValue |