Middle button to pan: can it be done with ctrl+left as well?

For those who don’t have a middle button (ie: developers using a touchpad or a Wacom pen) it could be very useful to be able to pan the workbench with the left button plus some modifier key (for example: ctrl+left mouse button) instead of the standard middle button which may be missing.

(yes, of course: I’m a Wacom user :wink:

To pan with ctrl+left mouse you can use this AutoHotKey script:

#IfWinActive, Toad Data Modeler
^LButton::MButton

It perfectly works with TDM

Message was edited by: arialdomartini