I need to write autohotkey script to do the following:
press F3 for script to take in four words separated by a space key, and remember them as a,b,c,d.
create a loop with 4 steps and maximum loop counts of 20, with each F1 press advance the loop and print out “Starting Rotation >>> ” +loop# +step# +a/b/c/d (corresponding to 1/2/3/4)
press F2 to reset all
1