mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
ui: add next and prior keysyms
Page-up and Page-down were renamed. Add the names to the keysym list so we can parse both old and new names. The keypad versions are already present in the vnc map. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20170726152918.11995-2-kraxel@redhat.com
This commit is contained in:
parent
522fd24ca0
commit
d52a1a9102
2 changed files with 4 additions and 0 deletions
|
@ -480,7 +480,9 @@ static const name2keysym_t name2keysym[] = {
|
|||
{ "Left", KEY_LEFT },
|
||||
{ "Up", KEY_UP },
|
||||
{ "Down", KEY_DOWN },
|
||||
{ "Next", KEY_NPAGE },
|
||||
{ "Page_Down", KEY_NPAGE },
|
||||
{ "Prior", KEY_PPAGE },
|
||||
{ "Page_Up", KEY_PPAGE },
|
||||
{ "Insert", KEY_IC },
|
||||
{ "Delete", KEY_DC },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue