-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Keyboard debounce (repeating keystrokes) #466
Comments
I honestly have no idea what's going on here, do you think it could be related to Windows Subsystem for Linux? |
I'm inclined to assume that it's at least a possibility. My surprise comes
from the fact that my laptop is running the same build but does not have
the same problem. I have also wondered if this problem isn't explicitly
caused by keyboard issues, instead ultimately some other internal flaw.
Den fre 28 maj 2021 19:32yagoplx ***@***.***> skrev:
… I honestly have no idea what's going on here, do you think it could be
related to Windows Subsystem for Linux?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#466 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO2CKVQ5WB2YXYGCJQ6HUXLTP7HRPANCNFSM45TXMICQ>
.
|
I had an idea that it might have something to do with the virtualization drivers because that seems to be the only other difference between my laptop and. |
Keyboard debounce
The keyboard inputs multiple keystrokes at one keystroke.
It is possible to control the amount of keystrokes by pressing a key extremely quickly.
This makes it practically impossible to enter a password.
This problem seems to mimic this post. I do not know if it is possible to translate the solution to macOS-Simple-KVM (nor do I have the know-how)
This problem persists after initial installation throughout the OS.
Another symptom seems to be the loading icon spins too quickly as demonstrated in this video.
basic.sh
P.S.
This project works completely fine on my laptop running the same configuration.
The text was updated successfully, but these errors were encountered: