Eric Blake <ebl...@redhat.com> writes: > On 12/23/2016 07:00 AM, OGAWA Hirofumi wrote: >> >> With "ps2: use QEMU qcodes instead of scancodes", key handling was >> changed to qcode base. But all scancodes are not converted to new one. >> >> This adds some missing qcodes what I found in using. >> >> Signed-off-by: OGAWA Hirofumi <hirof...@mail.parknet.co.jp> >> --- >> > >> +++ qemu-hirofumi/qapi-schema.json 2016-12-23 21:14:59.840729469 +0900 >> @@ -3642,7 +3642,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', 'ro', >> + 'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause', >> + 'ro', 'hiragana', 'henkan', 'yen', >> 'kp_comma', 'kp_equals', 'power' ] } > > Missing documentation (including a 'since 2.9' designation) for the new > enum members.
Thanks for pointing out. -- OGAWA Hirofumi <hirof...@mail.parknet.co.jp>