Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update keycode maps to latest version | Pierre Ossman | 2020-11-16 | 1 | -3/+7 |
| | | | | Mainly fixes for Japanese and Korean keyboard layouts. | ||||
* | x0vncserver: keyEvent(): use scancodes if available | Peter Korsgaard | 2017-09-11 | 1 | -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> |