Tengo algo como
tell application "System Events"
set x to "x"
delay 1
repeat
delay 3
keystroke x
end repeat
set y to "y"
delay 1
repeat
delay 5
keystroke y
end repeat
end tell
pero nunca teclado y, sólo teclado x y cuando invirtiéndolo espera 5 segundos para hacer y primero, pero sólo quiero x repetir cada 3 segundos y y cada 5 segundos.