How to activate a script for X seconds with a button?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
iTzAnonymous
Posts: 1
Joined: 22 Jul 2017, 04:43

How to activate a script for X seconds with a button?

22 Jul 2017, 04:52

i just want to make this script:
*space::
Loop
{
GetKeyState,state,space,P
if state = U
break



Send,{space}
Sleep,17
}
return

end::Exitapp

MButton::Suspend

be activated for 10 seconds after i press Mbutton
thx in advance ^^

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doodles333 and 385 guests