aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/osx_to_qnum.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix "grave" and "ISO" keys on macOSPierre Ossman2022-08-231-1/+2
| | | | | We lacked an entry for one of these, and the magical swap that macOS does for unknown reasons.
* Update keycode maps to latest versionPierre Ossman2020-11-161-5/+6
| | | | Mainly fixes for Japanese and Korean keyboard layouts.
* Add support for raw keyboard in vncviewerPierre Ossman2017-09-111-0/+126
Make sure it can map between the key codes of the local system in to the key codes used by the protocol.