Page 1 of 1

Right Click Hold Button Until Release (HELP!)  Topic is solved

Posted: 18 Jun 2017, 18:33
by NeedHelp6969
I am terribly stuck and I need help with figuring out how to make it so that when I hold down the right mouse button the space bar is held down and when I release the right mouse button the space bar is not held down anymore.

Thanks for the help.

Re: Right Click Hold Button Until Release (HELP!)

Posted: 19 Jun 2017, 00:59
by Spawnova

Code: Select all

~rbutton::
send {space down}
keywait,rbutton
send {space up}
return