summaryrefslogtreecommitdiff
path: root/Userland/keymap.cpp
AgeCommit message (Expand)Author
2020-06-18keymap: Add copyright headerAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling
2020-06-08Userland: Remove keymap app from systemHüseyin ASLITÜRK
2020-06-03Userland: keymap, use LibKeyboard to read keymap filesHüseyin ASLITÜRK
2020-05-05keymap: Fix crash introduced by 637ecdbAndreas Kling
2020-05-03Userland: Fix leak in keymapShannon Booth
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-05Keymap: Fix map initializationTibor Nagy
2020-01-03Keymap+Base: Keycode fixes, remove workaroundTibor Nagy
2019-12-31Keymap: Add AltGr supportTibor Nagy
2019-12-30Keymap: Add ability to load keymap files by nameJami Kettunen
2019-12-30Keymap: Clean up source a bitJami Kettunen
2019-11-25Userland: Add keymap program.Hüseyin ASLITÜRK