AutoHotkey: Swap Mouse Middle Button and Right Button
Here's how to swap mouse right-button and middle-button's actions, for Microsoft Windows.
; swap middle and right buttons RButton::MButton MButton::RButton
Here's how to swap mouse right-button and middle-button's actions, for Microsoft Windows.
; swap middle and right buttons RButton::MButton MButton::RButton