summaryrefslogtreecommitdiff
path: root/Userland/Utilities/keymap.cpp
AgeCommit message (Expand)Author
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-16Keymap: Fix switching selected keymapPaweł Łukasik
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-01-06LibKeyboard: Change some Optional<T> returns to ErrorOr<T>RasmusNylander
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23keymap: Port to LibMain :^)Andreas Kling
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-05-09Userland: Preserve keyboard mapping preference on reboot (#6955)Ömer Kurttekin
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-02Base: Rename some keymaps to use xx-xx format where appropriateLinus Groh
2021-02-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
2021-02-01keymap: Unveil path, if one is givenBen Wiederhake
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake
2021-02-01LibKeyboard+keymap: Support querying the keymap via commandlineBen Wiederhake
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling