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
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
KeyButton.h
KeyPositions.h Userland: Locally suppress -Wc99-designator and re-enable globally 2022-01-04 07:51:31 +00:00
main.cpp