aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/qnum_to_xorgkbd.c
Commit message (Collapse)AuthorAgeFilesLines
* Update keycode maps to latest versionPierre Ossman2020-11-161-3/+7
| | | | Mainly fixes for Japanese and Korean keyboard layouts.
* x0vncserver: keyEvent(): use scancodes if availablePeter Korsgaard2017-09-111-0/+121
Use the client provided (using QEMU extendend key event) scancodes if available instead of reverse mapping the keysym. X11 unfortunately uses keyboard driver specific keycodes and provides no direct way to query this, so guess based on the keyboard mapping. Handle the two most likely keyboard drivers, the old xorgkbd and evdev. Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>