mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
60a96b3786
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
KeyboardMapperWidget.cpp | ||
KeyboardMapperWidget.h | ||
KeyButton.cpp | ||
KeyButton.h | ||
KeyPositions.h | ||
main.cpp |