Is there any way to set a key to suspend the program? I know it's possible to suspend the script, but I don't know if it's possible or how to bind that to a key. I use a lot of letters for keybindings with my G15, and typing with Autohotkey on in-game is next to impossible.
All I'm looking for is a way to use, say my = key to toggle the rest of it on and off.
EDIT: Nevermind. I found it in the documentation:
^!s::Suspend ; Assign the toggle-suspend function to a hotkey.