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

Backspace is Slow #532

Closed
thagh05t opened this issue Oct 20, 2019 · 2 comments
Closed

Backspace is Slow #532

thagh05t opened this issue Oct 20, 2019 · 2 comments
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@thagh05t
Copy link

I have question related to jQuery Terminal

Is there a way to speed up the rate at which backspace key deletes characters on repeat? Such as when the left and right arrows are pressed...

@jcubic
Copy link
Owner

jcubic commented Oct 20, 2019

It suppose to be changed with repeatTimeoutKeys: [] that should be default. When adding mobileDelete option it should disable default HOLD+BACKSPACE delay. (the code that check if key is on that option array list don't work).

So default should not to delay backspace, since it don't do word delete by default on desktop.

@jcubic
Copy link
Owner

jcubic commented Oct 20, 2019

option: repeatTimeoutKeys is now empty array, and adding HOLD+BACKSPACE don't have any effect because delay for that combo is controlled by mobileDelete option.

jcubic added a commit that referenced this issue Oct 21, 2019
jcubic added a commit that referenced this issue Oct 21, 2019
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Oct 25, 2019
@jcubic jcubic closed this as completed Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

2 participants