FreeRDP/server
Pascal Nowack bb967d1533 winpr/input: Add actual evdev keyboard handling
WinPR provides APIs to convert between keycodes between virtual
keycodes.
These keycodes can currently be evdev keycodes or Apple keycodes.
The evdev handling, however, handles XKB keycodes and not evdev ones.
The main difference between these is that XKB keycodes are shifted by
the value 8, compared to evdev keycodes.

In order to fix this situation, rename the evdev keycodes to XKB ones,
and introduce additionally a new keycode evdev, including its handling
for this keycode type.
2023-04-21 12:31:51 +02:00
..
common [build] removed complex libraries 2023-03-01 08:18:34 +01:00
Mac [server,mac] fix missing includes, API changes 2023-04-14 15:50:50 +02:00
proxy [server,proxy] ensure PEM length is strlen(pem) + 1 2023-04-17 17:59:06 +02:00
Sample [codec,rfx] refactor API 2023-04-05 20:41:42 +02:00
shadow winpr/input: Add actual evdev keyboard handling 2023-04-21 12:31:51 +02:00
Windows [codec,rfx] refactor API 2023-04-05 20:41:42 +02:00
.gitignore First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
CMakeLists.txt [CMake] Fix use of BUILD_SHARED_LIBS 2023-03-10 11:40:08 +01:00
freerdp-server.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ServerConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00