- remaps the back button on mouse to act as Alt+Tab when you hold it down and scroll with the wheel (if you just click the button, it sends Alt+Esc, sending the currently active window to background)
- makes the forward button on mouse act as double-click
- makes the mouse wheel always scroll the window under mouse pointer without switching focus to that window
For Windows 10/11 (Alt+Tab and double-click - scrolling window under mouse pointer can be enabled in Settings):
WheelAltTabNoScroll32v2.exe - 32-bit x86 version
WheelAltTabNoScroll64v2.exe - x64 version
WheelAltTabNoScrollA64v2.exe - ARM64 version
WheelAltTabNoScrollv2.ahk - source code
For Windows 8.1 and older (Alt+Tab, double-click, scroll window under mouse pointer):
WheelAltTab32.exe - 32-bit version
WheelAltTab64.exe - 64-bit version
WheelAltTab.ahk - source code
For Windows 8.1 and older (scroll window under mouse pointer only):
ScrollOnly32.exe - 32-bit version
ScrollOnly64.exe - 64-bit version
ScrollOnly.ahk - source code
Update 2023-08-16:
ARM64 version addedUpdate 2016-06-09:
All files now also include a SHA-256 signature.Update 2015-08-07:
Now also sends Win+Tab when Back+Forward buttons are clicked.And by request, version that only scrolls the window under mouse pointer.