Add a way to have variable typing speed #583
Replies: 5 comments 5 replies
-
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 |
Beta Was this translation helpful? Give feedback.
-
I'm not looking to set a static typing speed for a |
Beta Was this translation helpful? Give feedback.
-
Ehh I took a first stab at it in #580 , |
Beta Was this translation helpful? Give feedback.
-
Tested it, awesome work! Thanks for the contribution, can't wait for it to be merged. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions