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

InputScope logs non-existent and not used key combos #31

Closed
Quake4Life opened this issue Apr 11, 2024 · 5 comments
Closed

InputScope logs non-existent and not used key combos #31

Quake4Life opened this issue Apr 11, 2024 · 5 comments

Comments

@Quake4Life
Copy link

Quake4Life commented Apr 11, 2024

image
There's no way I pressed Ctrl+Backspace or AltGr+Enter or any like those

@suurjaak
Copy link
Owner

What may have happened, is that you e.g. pressed Ctrl and then Backspace, rapidly enough after each other that the operating system did not signal Ctrl being released, before Backspace got signaled as being pressed down.

Tested this a bit; when I press Backspace very quickly after Ctrl, the event signaling the release of Ctrl does sometimes actually arrive after Backspace.

Not sure if there is anything to do about this.

@Quake4Life
Copy link
Author

Quake4Life commented Apr 12, 2024 via email

@suurjaak
Copy link
Owner

At the moment I can't really see how to differentiate between a legit combo and an inadvertent one. The keyboard events arrive as they do, and a legit combo may get released equally rapidly.

@suurjaak
Copy link
Owner

@Quake4Life Do you think there is anything that can be done with this issue?

@Quake4Life
Copy link
Author

Quake4Life commented Apr 24, 2024 via email

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

No branches or pull requests

2 participants