summaryrefslogtreecommitdiff
path: root/Libraries/LibKeyboard
AgeCommit message (Expand)Author
2021-01-06LibKeyboard: don't null codepoint for numpad return keySergey Semushin
2021-01-06CharacterMap: Added a new Shift+AltGr map.Davide Carella
2020-12-30LibKeyboard: get_char now handles e0 prefix for control keysGal Horowitz
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-08-06Kernel+LibKeyboard: Store the keymap name when setting system keymapValtteri Koskivuori
2020-08-02LibKeyboard: Don't compile CharacterMap:set_system_map in kernel modeBrian Gianforcaro
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-29LibKeyboard: Don't crash when file is emptyMaciej Zygmanowski
2020-06-16LibKeyboard: Replace char data type to u32 for code pointHüseyin ASLITÜRK
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-13LibKeyboard: Move character map from Kernel to LibKeyboardHüseyin ASLITÜRK
2020-06-03LibKeyboard: Add new library for keyboard applicationsHüseyin ASLITÜRK