Toggle

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
aezrith
Posts: 3
Joined: 10 Aug 2018, 02:38

Toggle

11 Aug 2018, 02:16

The toggle key I usually use for a macro is !b. So, my macros usually look like this.

Code: Select all

!Esc::
ExitApp
Return

!b::
Suspend, Toggle
Return

b::
send (filler)
Return
What I want is that if I press k, a key I don't have a bind for, it will suspend the macro until I press !b again. However, I want to make it so that if any keys that hasn't been bind are pressed, it will suspend the macro. Is this possible?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], scriptor2016 and 317 guests