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

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

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

18 Jun 2017, 18:33

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.
User avatar
Spawnova
Posts: 555
Joined: 08 Jul 2015, 00:12
Contact:

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

19 Jun 2017, 00:59

Code: Select all

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

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: inseption86, jaka1, mebelantikjaya and 301 guests