Need help with a script

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
Froze
Posts: 1
Joined: 18 Oct 2021, 20:47

Need help with a script

18 Oct 2021, 22:35

im trying to write a script that goes to 8 when I press e then clicks on it, then goes to 7 and clicks again

e::send, {8}
return
Click
send, {7}
Click

whats wrong here?
User avatar
thqby
Posts: 406
Joined: 16 Apr 2021, 11:18
Contact:

Re: Need help with a script

19 Oct 2021, 06:46

e::{
send '8'
click
send '7'
click
}

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: Draken, kunkel321, Panaku and 39 guests