RedViking
Nord of the South
People, I want to click and drag.
DRAG! PAN!
DRAG! PAN!
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
![]()
How to use middle mouse functions on a touchpad? - Microsoft Q&A
Hello! I was wondering how to get middle mouse function on a touchpad (if possible). I know you can do middle clicks, but I was hoping for a way to have middle mouse functions aside from that (ex: in some programs, if you hold the middle button down and…learn.microsoft.com

It doesn't work in CAD software.Crap software then. Works fine in Firefox.
View attachment 1842380
should be very easy in autohotkeyNope. Not in the software anyways.
yes this, but maybe start using v2You 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