mrmike
Mar 10 2009, 11:54 AM
Is there a way to set up a hotkey specifically for one macro? ie: Running 4 macros at once, one responds to F1 to start/stop the other is F2, so on and so forth.
Thanks in advance for any insight. (By the way I already know about global hotkey, but thats just one key for all macros)
Ahk
Mar 12 2009, 07:35 PM
You can change or disable the global hotkeys..which I think are off by default.
Search for {GlobalKeys}, and add my name as the poster to filter down the results...I've posted many times on how to use hotkeys. Each macro would have to have their own detections of the hotkeys, and stop and start (not literally, just delay until the start hotkey is pressed again).