Hi,
For the very short texts ("El gato", for instance) I make a macro:
[...]
//Recorded Events
Let>WW_TIMEOUT=5
CapsOff
MouseMove>469,542
wait>0.1
Send>E
wait>0.1
Send>l
wait>0.1
Send>
wait>0.1
Send>g
wait>0.1
Send>a
wait>0.1
Send>t
wait>0.1
Send>o
[...]
but for the long texts is not fun. I need a macro like this:
For this text "xxxxxxxx", enter the first character, then wait, then enter the second character, then wait...
¿Can you help me? ¡Thanks!
Enter a text at a constant speed
Moderators: Dorian (MJT support), JRL
Some thing like this? Let the variable "TextString" be anything you want.
Code: Select all
Let>TextString=El Gato
Length>TextString,len
Let>counter=0
Repeat>counter
add>counter,1
MidStr>TextString,counter,1,char
Send>char
Wait>0.1
Until>counter=len
Even Easier!
Code: Select all
Let>SK_DELAY=350
Send>Hello