1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Userland/Applications/KeyboardMapper
RasmusNylander c4b2efd95e KeyboardMapper: Show multiple pressed keys at once
When depressing a key, KeyboardMapperWidget::keydown_event() will now
update only the pressed state of the button associated with the specific
key, instead of also setting the pressed state of the all the buttons to
false.

This makes it possible to highlight multiple pressed keys at once and
makes the code more consistent; the implementation of keyup_event
implied that this was a feature of the program.
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: Show multiple pressed keys at once 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