Windows 7 – How to Make Mouse Wheel Button Perform a Double-Click

double clickmousemouse-wheelwindows 7

I have a "generic" mouse, and like most mice these days, the wheel has a click action as well. My "Microsoft IntelliMouse 1.1A PS/2 Compatible" Mouse used to have software that would allow the wheel click to perform a double-click.

Does Windows 7 allow this, and or is there software I can get that would enable this? The MS IntelliMouse drivers don't work – the wheel click must be recognised some other way.

Best Answer

AutoHotKey could do this.

MButton::Send {LButton 2}
Related Question