serenity/Userland/Applications/KeyboardMapper
Liav A 60a96b3786 Userland: Actually use the correct character map index from KeyEvent
Instead of using a scan code, which for scan code set 2 will not
represent the expected character mapping index, we could just use
another variable in the KeyEvent structure that correctly points to the
character index.

This change is mostly relevant to the KeyboardMapper application, and
also to the WindowServer code, as both handle KeyEvents and need to
use the character mapping index in various situations.
2023-12-29 16:40:59 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
KeyboardMapperWidget.cpp Userland: Actually use the correct character map index from KeyEvent 2023-12-29 16:40:59 +01:00
KeyboardMapperWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
KeyButton.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
KeyButton.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeyPositions.h Userland: Actually use the correct character map index from KeyEvent 2023-12-29 16:40:59 +01:00
main.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30