Does It Exist ???
Does It Exist ???
toggle := 0 return Numpad2:: toggle := !toggle if (toggle = 1) SendInput, {RButton Down} else SendInput, {RButton Up} return
Use numpad key 2 to switch it on/off did not get tested, but it might work
Autohotkey supports this functionality: https://www.autohotkey.com/docs/commands/Click.htm. Implement a specific button sequence to initiate the mouse click down action and another sequence to terminate the mouse button up operation.
Things are becoming a bit more confusing, but I just received a new screwdriver this morning, so I'll give it a shot.