Closed v-dobrev closed 4 months ago
When handling key-down events, do not let the state of keys like numlock influence the logic.
Currently, if numlock is on, keys like P and O are precessed in keyDownEvent whereas the intent is for them to be proceesed in textInputEvent.
numlock
P
O
keyDownEvent
textInputEvent
Reported-by: @najlkin
When handling key-down events, do not let the state of keys like numlock influence the logic.
Currently, if
numlock
is on, keys likeP
andO
are precessed inkeyDownEvent
whereas the intent is for them to be proceesed intextInputEvent
.Reported-by: @najlkin