ladybird/Userland/Applications/KeyboardMapper
RasmusNylander a1531dba91 KeyboardMapper: Extract method map_from_name
Extract the mapping of a name to a character map into its own method.
This only slightly reduces the number of lines, going from 24 to 17
lines, but makes the code somewhat more readable and reduces repetition.
2022-01-06 17:54:03 +01:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardMapperWidget.cpp KeyboardMapper: Extract method map_from_name 2022-01-06 17:54:03 +01:00
KeyboardMapperWidget.h KeyboardMapper: Extract method map_from_name 2022-01-06 17:54:03 +01:00
KeyButton.cpp Keyboard Mapper: Better text color for buttons in dark theme 2021-09-06 17:38:59 +02:00
KeyButton.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
KeyPositions.h Userland: Locally suppress -Wc99-designator and re-enable globally 2022-01-04 07:51:31 +00:00
main.cpp KeyboardMapper: Add menus before showing the window 2021-07-31 08:08:31 +02:00