mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
2675d25453
This changes the keydown_event handler to use codepoints instead of key codes for comparison if possible. This is so the functionality still works as intended with keyboard layouts where e.g. typing '+' actually results in KeyCode::Key_ExclamationPoint rather than KeyCode::Key_Plus. This also removes the unnecessary call to atoi(). |
||
---|---|---|
.. | ||
Calculator.cpp | ||
Calculator.h | ||
CalculatorWidget.cpp | ||
CalculatorWidget.h | ||
CalculatorWindow.gml | ||
CMakeLists.txt | ||
Keypad.cpp | ||
Keypad.h | ||
main.cpp |