Example: TE_typing_style

In the following example, the script waits 0.5 seconds before typing the letter A; it then waits 0.1 seconds before typing B, and then a further 0.1 seconds before typing C.

TE_typing_style ("HUMAN, 100, 500");
TE_type ("ABC");