Skip to content

Update keyboard_widget.go to process event keys before regular keys#2028

Open
cbRoy wants to merge 2 commits intowtfutil:trunkfrom
cbRoy:keyboard-events
Open

Update keyboard_widget.go to process event keys before regular keys#2028
cbRoy wants to merge 2 commits intowtfutil:trunkfrom
cbRoy:keyboard-events

Conversation

@cbRoy
Copy link
Copy Markdown
Contributor

@cbRoy cbRoy commented Mar 6, 2026

Swapped the processing of event presses and regular key presses. This prevents modifier events from being ignored when they use the same defined regular keys, such as j and C-j

fixes #2027

cbRoy added 2 commits March 6, 2026 00:00
Swapped the processing of event presses and regular key presses. This prevents modifier events from being ignored when they use the same defined regular keys, such as j and C-j
@FelicianoTech
Copy link
Copy Markdown
Collaborator

Hey @cbRoy. Thank you for the PR.

Did you test this change yourself? If so, on what OS? I'm testing on macOS and it's not fixed for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Keyboard_widget InputCapture processing order issue when same key used with modifier

2 participants