BlueM / cliclick

macOS CLI tool for emulating mouse and keyboard events
https://www.bluem.net
Other
1.62k stars 122 forks source link

Is there a parameter to control the speed of keyboard input? #127

Closed zphj1987 closed 4 days ago

zphj1987 commented 3 years ago

i want control the speed of t:text ,i see

-e <easing> Set an easing factor for mouse movements.

but not find the type text speed parameter

BlueM commented 3 years ago

The delay between key presses is hardcoded. However, there are two ways to control timing:

However, both approaches won’t work when passing several characters to t:, for example t:Hello. Is cliclick too fast for you / your Mac?

rirze commented 2 years ago

If I can contribute, I'm looking for a simliar option as @zphj1987 because I find the default delay between key presses too slow...

I would love to find a way to make the typing faster.

BlueM commented 2 years ago

@rirze: feel free to add a PR. It should define an option which overrides the hardcoded value.

zphj1987 commented 4 days ago

close