Skip to content

Commit

Permalink
Update keypress.c
Browse files Browse the repository at this point in the history
- remove random sleeps
  • Loading branch information
Kyusung4698 authored Mar 6, 2020
1 parent 1069e3c commit d561b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keypress.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ void typeStringDelayed(const char *str, const unsigned cpm)

while (*str != '\0') {
tapUniKey(*str++);
microsleep(mspc + (DEADBEEF_UNIFORM(0.0, 62.5)));
microsleep(mspc);
}
}

0 comments on commit d561b96

Please sign in to comment.