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: accdental triple ctrlx3 press event in windows for ui overlay mode #2015

Merged
merged 2 commits into from
Dec 30, 2024
Merged

Conversation

abose
Copy link
Member

@abose abose commented Dec 30, 2024

in Windows and Chrome (as well as most modern browsers), holding down a key like Ctrl will repeatedly fire the keydown event. The keydown event is triggered continuously while the key is pressed and held down. This behavior is called keyboard auto-repeat.

So this launched the ui overlay workflow accidentally. bad ux fix!

@abose abose merged commit 7b2bbc3 into main Dec 30, 2024
17 of 18 checks passed
@abose abose deleted the g branch December 30, 2024 07:26
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.

1 participant