Can not unsuspend script with hotkey

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bace1920
Posts: 1
Joined: 24 Jan 2022, 21:29

Can not unsuspend script with hotkey

Post by bace1920 » 24 Jan 2022, 21:33

I have a script like this,
when I press f11, it suspends.
But if I press f11 again, it will not unsuspend.

Code: Select all

t::Up
g::Down
f::Left
h::Right
y::f
f11::Suspend

User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: Can not unsuspend script with hotkey

Post by mikeyww » 24 Jan 2022, 21:59

Welcome to this AutoHotkey forum!

I tried your exact script as posted. It worked perfectly. A different script may work... differently.
Last edited by mikeyww on 24 Jan 2022, 22:00, edited 1 time in total.

User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: Can not unsuspend script with hotkey

Post by Xtra » 24 Jan 2022, 22:00

Make sure you don't have another script running with the same hotkey etc.

Post Reply

Return to “Ask for Help (v1)”