banan-os/LibInput
Bananymous 201aee3119 LibInput: Implement key_to_utf8_ansi
This function outputs utf8 encoding of a key event or ansi code for
everything it is applicable (arrows, ctrl+..., ...)
2024-06-03 17:52:43 +03:00
..
include/LibInput LibInput: Implement key_to_utf8_ansi 2024-06-03 17:52:43 +03:00
CMakeLists.txt Kernel: Move KeyEvent/MouseEvent from kernel to LibInput 2024-05-28 23:30:08 +03:00
KeyEvent.cpp LibInput: Implement key_to_utf8_ansi 2024-06-03 17:52:43 +03:00
KeyboardLayout.cpp Kernel: Move KeyEvent/MouseEvent from kernel to LibInput 2024-05-28 23:30:08 +03:00