This problem can't be solved (Middle Mouse Button Click and Hold Emulator)

  • Haha
Reactions: Nod
You can assign it to a key using AutoHotkey (v1 script):

Code:
x:: ;<-- uses the x key like the middle mouse button
Send {MButton down}
KeyWait, x
Send {MButton up}
Return
 
Top
Sign up to the MyBroadband newsletter
X