08-16-2016, 02:11 AM
I have this macro:
Basically, this send the F5 key to this window every 210 seconds. The problem is, I can alt-tab and use the computer normally but when it reaches 210s the window open and interrupt me in a very annoying way. There is a way to make this macro works in a inactive window and this window doesn't show up?
I searched a little and saw that might be possible with functions but I don't understand much about it, so if someone can help me I will be very grateful.
ps: I already thought about Virtual Machines and tried but this app doesn't works on VM.
Thanks in advance and sorry for any mistakes, english is not my native language.
#region Recorded 30/07/2016 04:08:34
rep
,int w1=act(win("Love Ritmo" "Direct3DWindowClass"))
,210
,'F5 ;; F5
#endregion
Basically, this send the F5 key to this window every 210 seconds. The problem is, I can alt-tab and use the computer normally but when it reaches 210s the window open and interrupt me in a very annoying way. There is a way to make this macro works in a inactive window and this window doesn't show up?
I searched a little and saw that might be possible with functions but I don't understand much about it, so if someone can help me I will be very grateful.
ps: I already thought about Virtual Machines and tried but this app doesn't works on VM.
Thanks in advance and sorry for any mistakes, english is not my native language.