Script press space then f

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Alexdfdfsf

Script press space then f

16 Sep 2017, 06:20

hey, i need as script that will press space, and after 450 msec it should press F.
User avatar
Spawnova
Posts: 555
Joined: 08 Jul 2015, 00:12
Contact:

Re: Script press space then f

16 Sep 2017, 07:44

Code: Select all

f1:: ;hotkey
send {space} ;special keypresses enclosed in brackets
sleep 450 ;450 ms
send f
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: filipemb, Frogrammer, mcd and 174 guests