Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix KeyboardEvent.Repeat never set. #605

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Fix KeyboardEvent.Repeat never set. #605

merged 1 commit into from
Jul 22, 2024

Conversation

jabolopes
Copy link
Contributor

In events.go:1168, the library is not setting the KeyboardEvent.Repeat field. According to code references in GitHub, this field is never set anywhere.

This commit sets this field just like it's being done for the other fiels.

GitHub issue: #604

In events.go:1168, the library is not setting the KeyboardEvent.Repeat
field. According to code references in GitHub, this field is never set
anywhere.

This commit sets this field just like it's being done for the other
fiels.

GitHub issue: #604
@veeableful veeableful merged commit 7e08d82 into veandco:master Jul 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants