My DA Favourites
darkness angelus top cow by nebezial
14 Aug, 2007

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.

Add comment:


Submit Comment Preview Comment

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 "&lt;" and "&gt;" for "<" and ">". Enclosing PHP code in <code> tags will highlight the code (i.e. <code>&lt;?php echo 'hello world'; ?&gt;</code>).

List of valid tags: