Auto-Typer Widget

See on Github
{
  deleteInterval: 100,
  addInterval: 100,
  deleteDelay: 1000,
  addDelay: 1000,
  cursorOn: true,
  behavior: "alternate"
}

Add interval

How many milliseconds between each add keystroke?

Delete interval

How many milliseconds between each delete keystroke?

Add delay

How many milliseconds to wait before starting to write each string?

Delete delay

How many milliseconds to wait before starting to delete each string?

Behavior

Alternate: Infinitely cycle through the list of strings, writing and deleting each one.

Write only: Write ecah string in the list in succession, then stop.

Cursor on/off

Include the cursor animation?