ladybird/Libraries/LibKeyboard
Gal Horowitz fea498e9ac LibKeyboard: get_char now handles e0 prefix for control keys
Control keys which have numpad counter-parts have the same scancode
except for an e0 prefix. We now return a 0 code_point for those keys.
2020-12-30 02:12:04 +01:00
..
CharacterMap.cpp LibKeyboard: get_char now handles e0 prefix for control keys 2020-12-30 02:12:04 +01:00
CharacterMap.h Kernel+LibKeyboard: Store the keymap name when setting system keymap 2020-08-06 17:45:06 +02:00
CharacterMapData.h LibKeyboard: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
CharacterMapFile.cpp Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
CharacterMapFile.h LibKeyboard: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
CMakeLists.txt LibKeyboard: Add new library for keyboard applications 2020-06-03 21:52:40 +02:00