-
Notifications
You must be signed in to change notification settings - Fork 271
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Add a way to have variable typing speed #574
Comments
Hi, if you scroll to the bottom of the readme..... https://github.com/charmbracelet/vhs?tab=readme-ov-file#set-typing-speed
Also.... Set Typing Speed
https://github.com/charmbracelet/vhs?tab=readme-ov-file#type |
I'm not looking to set a static typing speed for a |
Ehh I took a first stab at it in #580 , |
Tested it, awesome work! Thanks for the contribution, can't wait for it to be merged. |
Hey everyone! This is actually _great one, however I'm going to convert it into a discussion (for further discussion) until we've decided to integrate it. In general, we're aiming to be as thoughtful as possible about introducing VHS features right now given our internal capacity. If we do decide to go ahead with this we'll convert it back to an issue. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is your feature request related to a problem? Please describe.
I'd like a way of having variable typing speed, a range for the interval between keystrokes, to attempt to make it feel more human.
Describe the solution you'd like
I want to be able to set a variable, i.e.
TypingSpeedVaried [250ms, 350ms]
and have theType
actions pick a number in that range when waiting before the next input.Describe alternatives you've considered
You can
Sleep
before every keystroke, but that is a very tedious process.Thank you for the amazing tool you've given us by the way!
The text was updated successfully, but these errors were encountered: