xrdp/tests
matt335672 c91ef80ca9 Implement scancode indexing
The mapping from scancodes to the indexes used in xrdp_keymap
is not well designed and contains an implicit dependency on
keycode values.

This mapping is alse slightly different from the index used for
the 'keys' map in the xrdp_wm structure.

This commit introduces support for mapping scancodes directly
to 'scancode indexes' suitable for indexing into both structures.

Some renaming is also done; [MS-RDPBCGR] uses the terms scancode
and keyCode interchangeably. An effort is made to use key_code for a
raw value from a TS_KEYBOARD_EVENT, and scancode for a value which is
produced by the scancode module.
2024-08-05 10:44:10 +01:00
..
common Implement scancode indexing 2024-08-05 10:44:10 +01:00
libipm Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
libxrdp enabled and fixed -Wmissing-prototypes compiler warnings 2024-04-23 18:38:20 +02:00
memtest enabled and fixed -Wmissing-prototypes compiler warnings 2024-04-23 18:38:20 +02:00
xrdp Add basic keymap loading test 2024-05-24 16:34:30 +01:00
Makefile.am Add libipm test suite 2022-03-15 10:23:27 +00:00
readme.txt added tests directory 2012-01-23 18:44:58 -08:00

this directory contains different tests