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

v1.1 Update #1

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

v1.1 Update #1

wants to merge 18 commits into from

Conversation

thomfischer
Copy link

v1.1 brought the following changes:

  • fixed DelayDaemon events passed with delay=0 experiencing unwanted base delay of up to 50 ms in some cases.
  • DelayDaemon now accurately clones the passed input device, instead of creating a new one and enabling some keypresses manually.
  • add keyboard support
  • arguments are now handled via argp. This replaces positional args with kwargs and allows for more optional arguments to be used.
  • random delays are now distributed linearly by default.
  • added option to normally distribute random delays.
  • added mean and std variables to change the normal distribution.

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

Successfully merging this pull request may close these issues.

1 participant