Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2021-01-06 | CharacterMap: 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-16 | LibKeyboard: Replace char data type to u32 for code point | Hüseyin ASLITÜRK | |
2020-06-13 | LibKeyboard: Move character map from Kernel to LibKeyboard | Hüseyin ASLITÜRK | |
2020-06-03 | LibKeyboard: Add new library for keyboard applications | Hüseyin ASLITÜRK | |
Move shared code base from keymap and KeyboardMapper to this library. |