Ballad 0 Posted July 17, 2010 (edited) Hello, I'm in the process of trying to create a macro program for other applications. It's a program with a ton of functions that perform simple task. As of now all the functions are initiated via a corresponding hotkey. However I learned that the hotkeys only work when the scripts GUI is the currently selected window. How do I tie a function to a specific key even when the scripts GUI window is minimized or not selected? Any and all help is appreciated. Edited July 17, 2010 by Ballad Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 17, 2010 ControlSend() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Ballad 0 Posted July 17, 2010 ControlSend()Ugh I knew about ControlSend but over looked it. Thank you so much Share this post Link to post Share on other sites