]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/vnc_keysym.h
migration/postcopy: simplify calculation of run_start and fixup_start_addr
[mirror_qemu.git] / ui / vnc_keysym.h
index 7fa2bc1f1cbb5fb5116fef1986927bb0a2e397f9..e8a2ec73c52fc218e6baca87cb9a10c43490aa6d 100644 (file)
@@ -254,7 +254,9 @@ static const name2keysym_t name2keysym[]={
 {"Left", 0xff51},      /* XK_Left */
 {"Up", 0xff52},        /* XK_Up */
 {"Down", 0xff54},      /* XK_Down */
+{"Next", 0xff56},
 {"Page_Down", 0xff56}, /* XK_Page_Down */
+{"Prior", 0xff55},
 {"Page_Up", 0xff55},   /* XK_Page_Up */
 {"Insert", 0xff63},    /* XK_Insert */
 {"Delete", 0xffff},    /* XK_Delete */