spiegel-keyman/linux/mcompile/keymap
2023-05-31 17:59:08 +02:00
..
keymap.cpp feature(Linux): mcompile ToDo added; remove old file 2023-05-31 17:43:10 +02:00
keymap.h feature(Linux): mcompile write some functions to get map and test 2023-05-31 17:30:25 +02:00
main.cpp feature(linux): mcompile copy keymap-test 2023-05-24 14:46:24 +07:00
meson.build feature(linux): mcompile replace main.cpp with keymap.cpp 2023-05-24 14:45:48 +07:00
README.md feature(Linux): mcompile mor TODOs in Readme.md 2023-05-31 17:59:08 +02:00

Keymap

Sample program that reads US basic keyboard and compares to key value group

TODO check if US basic is the right Keyboard to compare with TODO non-letter characters don't work OK yet TODO Umlauts don't work OK yet TODO Check for use of correct dimensions in Vector/prevent error if dims are not correct TODO prevent crashes: handle possible Errors in CreateCompleteRow_US, Split_US_To_3D_Vector TODO check Keycode of TLDE, BKSL, LSGT TODO append_other_ToVector: ensure shift states of GetKeyvalsFromKeymap are not out of range TODO remove unnecessary printf/cout TODO ...