If I make a macro that includes a double letter (eg "letter") with the "type text" command, the doubled letter only shows up once.
EG I set up this macro:
<type text="blue green yellow aaa bbbb ccccc">
The result is "orange blue gren yelow a b c"
Update: Just discovered that using wait_time_between_keys only delays playback for keydown key
or keypress key
or for single character entries using type text
. It doesn't delay between keys using type text
for more than one letter.
Using jah's example of type text="blue green yellow aaa bbbb ccccc"
does come back with blue gren yelow a b c
:|
I'm not able to reproduce that behavior on my machine, but there is a way to pause for a longer period before the next letter is typed, which should fix the issue. Go to %appdata%\Keybreeze5 and open the options.ini file. Add this at the bottom:
[macros]
wait_time_between_keys=80
Save and close the file. Then restart Keybreeze and try running the macro again.