I'm able to program certain automated tasks using AutoHotKey but it requires that I have the app window open. In other words, I can't Alt+Tab away from the app or else the AutoHotKey script won't work.
Is there a way I can program certain keystrokes and mouse movements to an app on Windows so that those keystrokes continue to function even after I minimize (or Alt+Tab away) the app?
From similar questions I've found here, creating a bot seems to be the best way to do this, but would a bot work on a minimized program (running in the background)?