Need help with a script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
alfawesker
Posts: 1
Joined: 21 Jul 2017, 19:54

Need help with a script

21 Jul 2017, 20:03

I need a script that, when I press right click it holds it down until I click again, then it gets released, could anyone help me?
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: Need help with a script

22 Jul 2017, 02:01

Hello, try this.

Code: Select all

Rbutton::Click % "Right" ((toggle:=!toggle) ? " down" : " up")
zalfawesker

Re: Need help with a script

25 Jul 2017, 10:16

Helgef wrote:Hello, try this.

Code: Select all

Rbutton::Click % "Right" ((toggle:=!toggle) ? " down" : " up")
it didn't work for me at least, it doesn't hold the right button down

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: ntepa and 237 guests