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

Added new feature. Random delay in wite() function #513

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 8, 2021

  1. Added new feature. Random delay in wite() function

    With the help of random delay, the write function mimics human typing better.
    canklot committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    b88e54e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. If statements changed to elif.

    When delay, delaymin, delaymax are defined at the same time, only delay variable will be used and delaymin and delaymax will be ignored
    canklot committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2b257e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e49d7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    109729b View commit details
    Browse the repository at this point in the history