I have been trying to make a script that will send key 7 to the game, I have looked at other scripts but it simply will not work it refuses to acknowledge the key send in game
does xign block AHK?
I have been trying to make a script that will send key 7 to the game, I have looked at other scripts but it simply will not work it refuses to acknowledge the key send in game
does xign block AHK?
ahh I found the answer myself
Have to ensure script is run as administrator
Although this works (have put 12 secs as a timer to give me time to swap windows) is there a way to ensure it chooses the window I want before executing?
Loop, 1000 { #InstallKeybdHook #SingleInstance, Force #Persistent Sleep, 12000 Send, {7} Sleep, 300008 } return