From 7f2f16597a44f31971f8069b60b44b43ea079a5c Mon Sep 17 00:00:00 2001 From: Lyubomir Ternavskiy <127299159+LyubomirT@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:04:39 +0300 Subject: [PATCH] feat: Add randomization of keystroke interval and mistake percentage to typing simulation --- docs/English/usage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/English/usage.html b/docs/English/usage.html index a67a78e..b9b525a 100644 --- a/docs/English/usage.html +++ b/docs/English/usage.html @@ -19,6 +19,8 @@

How to Use Chainsaw Human Typing

  • Delay: Set the delay in seconds before starting the typing simulation.
  • Interval: Set the interval between keystrokes. This determines how fast the typing simulation occurs.
  • Chars per Stroke: Choose the number of characters to type at a time before pausing.
  • +
  • Randomize Interval: If checked, the application will randomize the interval between keystrokes to simulate human typing more accurately.
  • +
  • Mistake Percentage: Set the percentage of mistakes to introduce in the typing simulation. Mistakes include typos, backspaces, and corrections.
  • Type Enter: If checked, the application will simulate pressing the Enter key when it encounters newline characters in the text.