-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Holding any key on chrome OS doesn't send repeated key presses #156
Comments
Title should be modified to "Holding any key...". This may be an issue with how Termux and other Android apps handle key inputs for public class KeyEvent: https://developer.android.com/reference/android/view/KeyEvent.html . |
According to rumors (because I cannot find hard sourcing), this is a known issue in the Android Runtime for Chrome and is being actively debugged. I will update this post if I happen to find any info. In the meantime, it is advisable to submit feedback to the devs with Alt+Shift+i. FYI, I report that any key fails on samus (pixel). This may not reflect everyone's experience, however. |
Agreed, that is my experience as well. Any key press is failed to be repeated. I have an asus flip. |
Just retested this - on my ChromeBook Flip - Beta channel - holding any key now repeats!! 1 in 10 times it wont work perfectly - but its now good enough that I'm happily coding away in Termux on ChromeOS :) |
Apologies for the late reply (forgot to enable email notices). I have confirmed that this is resolved. Current build info: Platform: 9000.29.0 (Official Build) beta-channel samus This issue may be closed, excepting any further problems. |
Using Chrome OS |
In the rest of Chrome OS (and every other OS) when I press and hold backspace it eventually starts to send repeated keystrokes. In termux it doesn't seem to send the repeats, just one per press. I'd love to be able to backspace quickly by holding down the backspace key.
The text was updated successfully, but these errors were encountered: