Never scripted before, but i'm sure it's easy for you pro scripters.
What I am trying to do is if I hold my Q button, I want it to spam 1 key, while the other key is "pressed down all the time"
This is what I got so far, but this just spams f3 and f4 when i press Q.
I want it to have f3 pressed down all the time, while f4 spams when as long as i press down the Q button.
$Q::
freq:=30
Send {F3}
Sleep %freq%
Send {F4}
Sleep %freq%
return
I'm not sure if im making sense lol