sorry but i'm pretty new to this
Macro Recorder v2.1 By FeiYue is beautifully simple. but i can't figure out how to put the loop in an actual macro script. i would love if there was an extra "save" button that where i could choose the key to activate the macro and be done with it.
but if anyone would tell me how to bind the loop to a key i would be very greatful.
i tried
Code: Select all
F10::
loop, 1
{
;code goes here
}
return
but all it did was highlight the windows shortcuts and do the first click. like i had used : rather than :: or something, i thought ahk would handle it differently