summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibKeyboard/CharacterMap.h
AgeCommit message (Expand)Author
2022-01-21Kernel: Stop using LibKeyboard's CharacterMap in HIDManagementIdan Horowitz
2022-01-06LibKeyboard: Change some Optional<T> returns to ErrorOr<T>RasmusNylander
2021-11-08LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map()Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-03LibKeyboard: Mark CharacterMap::get_char as constLiav A
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake
2021-02-01LibKeyboard+keymap: Support querying the keymap via commandlineBen Wiederhake
2021-02-01Kernel+LibKeyboard: Enable querying the current keymapBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling