Skip to content

Swap right mouse and middle mouse for right click panning #7721

Answered by Buumcode
VeissieV asked this question in Q&A
Discussion options

You must be logged in to vote

having the contextual menu on middle click, or even on mouse 4 or 5 if possible

You can have this (in any variant, what you like, what you even dream) -- with tiny and free program https://www.autohotkey.com/

The program can assign ANY mouse or keyboard button to ANY key on your mouse or keyboard. And do many more.

Swap right mouse button and middle mouse button

This simple Autohotkey code swap MButton (mouse middle-button) with RButton (mouse right button): when you press RButton - program send to system MButton:
RButton::MButton
You can make this will working only when specified window is active. On other windows mouse will send as default.

(Autohokey-Help-File > List of keys)
XBut…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by VeissieV
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants