I just tried making a simple macro as such, it is my first time running this program. I tried running it a few times, but when it gets to F3 and F4, it starts opening random programs on my computer, instead of just simply pressing the key, is there any way to resolve this? or change keymappings?
---
SetActiveWindow RF Online
Delay 5 Sec
Keys {F1}
Delay 4 Sec
Keys {F1}
Delay 1 Sec
Keys {F2}
Delay 4 Sec
Keys {F2}
Delay 1 Sec
Keys {F3}
Delay 4 Sec
Keys {F3}
Delay 1 Sec
Keys {F4}
Delay 4 Sec
Keys {F4}
Delay 1 Sec
Keys {F5}
Delay 4 Sec
Keys {F5}
Delay 1 Sec
Keys {F6}
Delay 4 Sec
Keys {F6}
Delay 1 Sec
Keys {F7}
Delay 4 Sec
Keys {F7}
Delay 220 Sec
Restart
---
