I have the following script:
F1::
alt := not alt
If (alt)
{
MouseClick Left, , , , , D
MouseClick Right, , , , , D
}
Else
{
MouseClick Right, , , , , U
MouseClick Left, , , , , U
}
ReturnPressing F1 will keep both mousekeys down and pressing F1 again will lift them. To this I want to add an action that will also press '3' every 4 seconds, what addition should I use? I find a lot of loop scripts that require me to keep pressing the key but I don't want that, it must remain toggable.Can anyone point me in de right direction?
Regards,




