-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Key repeat in hyper canary #2297
Comments
Issue originates in |
This is an upstream issue, so from here let's follow the discussion over at xtermjs/xterm.js#265 Here's a workaround: Disable Apple press and hold for Hyper by pasting this into any terminal:
You need to restart Hyper for this to take effect |
Doesn't seem to work for me on 2.1.1 😢 |
I fixed it for all apps on my mac: defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false Then reboot and it's done! |
@pablopunk thanks for sharing, do you know of any way for the below command to take affect without a reboot?
|
@ipatch not sure, maybe logout and login, try that. |
looks like xterm recently fixed this problem on their end |
Fixed in 3.10.0 of xterm last December in xtermjs/xterm.js#265 Hyper is on 3.12.0 as of #3536. But the problem still exists for me in Hyper 2.1.2. Maybe not in stable yet? How can I find that out? |
Issue
Basically pressing and holding any letter won't repeat it. Like, I press and hold
k
and it prints just one.Also, if I press and hold
space
it does repeat this one.The text was updated successfully, but these errors were encountered: