when i start application thaen ahk. Ahk fails to send input commands. When i start first ahk then application it works. Any idea how to get around it. so it will be easier to code?
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_S ...