Alt+Tab with just your mouse
This is a simple AutoHotkey script that will allow you to Alt+Tab through your applications using just your mouse.
It requires a scroll mouse with 2 extra buttons - the buttons most often used for 'back' and 'forward' in your browser.
XButton1 & WheelDown::AltTab
XButton1 & WheelUp::ShiftAltTab
XButton1::Send {XButton1}
To use, hold down the mouse button normally used for 'back' then scroll the mouse wheel to scroll through your list of open applications and release the mouse button.
Comments
No comments have been posted.
Rules: Paragraphs and linebreaks are automatically created (two or more linebreaks create a paragraph). Linebreaks between code tags remain linebreaks. Block tags cannot be enclosed by inline tags. Red attributes are required and green is optional.
Use "<" and ">" for "<" and ">". Enclosing PHP code in <code> tags will highlight the code (i.e. <code><?php echo 'hello world'; ?></code>).
List of valid tags:
<blockquote title="" cite=""></blockquote><cite cite="" title=""></cite><a href="" title=""></a><strong title=""></strong><em title=""></em><code title=""></code><abbr title=""></abbr><acronym title=""></acronym><ol title=""></ol><ul title=""></ul><li title=""></li>
