Auto press space bar+number 4 key at top of keyboard

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
ShieldsJack
Posts: 1
Joined: 29 Nov 2021, 12:51

Auto press space bar+number 4 key at top of keyboard

29 Nov 2021, 12:56

Im trying to make a script that will press the space bar every 5 seconds and press the number 4/$ key every 3 minutes, ive tried making some scripts to get it to work but for the life of me I can't seem to get one to work, please help :crazy:
User avatar
mikeyww
Posts: 26882
Joined: 09 Sep 2014, 18:38

Re: Auto press space bar+number 4 key at top of keyboard

29 Nov 2021, 15:13

Code: Select all

#Persistent
Gosub, Space
Gosub, 4
SetTimer, Space, 5000
SetTimer, 4, % 3 * 60 * 1000
Return
Space:
4:
Send {%A_ThisLabel%}
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: aitaixy, dipahk and 232 guests