banan-os/userspace/libraries/LibInput
Bananymous 1a24d1839f LibInput: KeyEvent to ansi string now handles delete key
This allows Terminal emulator to also handle delete key.

The value of `\0x7F` may be wrong as qemu's serial console seems to be
sending `\e[3~`
2024-09-15 03:13:21 +03:00
..
include/LibInput All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
CMakeLists.txt BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
KeyEvent.cpp LibInput: KeyEvent to ansi string now handles delete key 2024-09-15 03:13:21 +03:00
KeyboardLayout.cpp All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00