Skip to content

Fix an issue when numlock is on#300

Merged
tzanio merged 1 commit intomasterfrom
numlock-fix
Jul 26, 2024
Merged

Fix an issue when numlock is on#300
tzanio merged 1 commit intomasterfrom
numlock-fix

Conversation

@v-dobrev
Copy link
Copy Markdown
Member

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.

Reported-by: @najlkin

@v-dobrev v-dobrev added the bug label Jul 26, 2024
@v-dobrev v-dobrev self-assigned this Jul 26, 2024
@najlkin najlkin mentioned this pull request Jul 26, 2024
22 tasks
Copy link
Copy Markdown
Member

@tzanio tzanio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that this works for me too, thanks @v-dobrev !

@tzanio tzanio merged commit ae4abfe into master Jul 26, 2024
@tzanio tzanio deleted the numlock-fix branch July 26, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants