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

[feature]: random delay in typing #59

Open
cltrudeau opened this issue Apr 28, 2022 · 2 comments
Open

[feature]: random delay in typing #59

cltrudeau opened this issue Apr 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@cltrudeau
Copy link

What feature would you like to see in sendkeys?

Thanks for the great tool. It has saved me a lot of work! I use sendkeys when creating screen casts and would love for the delay between each keystroke to be in a random range. This would make it look a lot more like a human typing.

I'm going to see if I can write something hacky that inserts some random <p:> directives, but it'd be great for the tool to support it natively.

Other information:

No response

@cltrudeau cltrudeau added the enhancement New feature or request label Apr 28, 2022
@socsieng
Copy link
Owner

socsieng commented May 9, 2022

Might be able to introduce another input argument like --random-delay. Where this value is the number of seconds randomised between 0 and random amount to add to the default delay value.

What do you think?

@cltrudeau
Copy link
Author

Yep, that is what I was thinking. That's how I've seen it done in other similar libraries. Would make an attempt at it myself, but don't do Swift yet... that never ending "yet".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants