Jump to content

Hey, so I need a macro to hold down s and a down, and i got that to work, but i need a macro or something to hold down right click and move the mice cursor to the right or left. Is there a way for that to be possible?


*space::
Loop
{
GetKeyState,state,space,P
if state = U
break

Send,{s down}{a down}
Sleep,20
}
return

end::Exitapp

delete::Suspend

that is my current script, its pretty bad, but it works. im using AutoHotKey for this.

AMD Ryzen 7 7800X3D | Sapphire Pulse AMD Radeon RX 7900XT Triple Fan | G.Skill 32GB 2x D5 6000

Link to comment
https://linustechtips.com/topic/799002-macro-help-needed/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×