1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Applications/KeyboardMapper
Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
2021-02-26 16:59:56 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
KeyboardMapperWidget.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
KeyboardMapperWidget.h KeyboardMapper: Without arguments, load current keymap 2021-02-01 09:54:32 +01:00
KeyButton.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
KeyButton.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
KeyPositions.h Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
main.cpp Kernel+keymap+KeyboardMapper: New pledge for getkeymap 2021-02-01 09:54:32 +01:00