summaryrefslogtreecommitdiff
path: root/Libraries/LibKeyboard/CharacterMapData.h
AgeCommit message (Collapse)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-06CharacterMap: Added a new Shift+AltGr map.Davide Carella
If this map isn't found in a keymap the Alt+Gr map gets used.
2020-06-16LibKeyboard: Replace char data type to u32 for code pointHüseyin ASLITÜRK
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
Move shared code base from keymap and KeyboardMapper to this library.