So I recently found out about autohotkey, and am currently using a simple macro. And I would like to know how to add some things.
Home::
{
Send, r
sleep, 1
Send, t
Sleep, 1
Send, f
}
return
What I would like to know is, What should I add to the code to make it when I press Home button the script starts (without needing to hold it down) and stops when I press it again or END button?
Is it also possible to make the script play, without it stopping when I press other buttons? to move for example







