HomeMathComputingArtsWordsLiteratureMusictwitter facebook webfeed

Swap Mouse Buttons: Right-Click and Middle Click

Advertise Here For Profit

Xah Lee, 2011-01-23

Another input device productivity tip: Swap your right button and middle button's actions.

naga01

“Razer Naga MMOG Laser Gaming Mouse” amazon (See: Best Mouse for Programers and AutoHotkey Keyboard Macros.)

Why you should Swap Right-Click and Middle-Click

Why? The right-click action is not much used, and middle-click is much useful. And right button is much easier to press than pressing the mouse wheel.

The right-click almost always activates a context menu. For majority of people, that's mostly used in browser, and not very often.

The mouse wheel button by default does several more useful things in all major browsers:

How to swap right-button and middle-button?

If you have Microsoft mouse, its bundled software (IntelliPoint) can easily do that. I believe Logitech mouse also has bundled software that lets you swap easily.

Otherwise, on Windows, you can use AutoHotkey. Here's the AutoHotkey code to swap:

$RButton::MButton
$MButton::RButton

You can also use AutoHotkey to change the actions for the 4th and 5th buttons. See: AutoHotkey Basics.

blog comments powered by Disqus