Vista’s Flip3D is one of the most notable features, and something you frequently see in demonstrations of the operating system. It presents a unique way to flip between your open applications, and for the longest time I didn’t think it would ever make me more productive. I was proven wrong when Logitech launched a new version of their SetPoint software that gave their mice a quick way to launch Flip3D without needing a keyboard shortcut.
I ran into a problem, however, when I was using my laptop’s Touchpad mouse which didn’t have such capabilities. It left me yearning for a way to launch Flip3D from my Touchpad so that I wouldn’t have to touch the keyboard, and after thinking about it for a minute I got an idea! Using AutoHotKey I could doing something similar to my middle-click Touchpad script.
Note: Vista is required for this to work. It is not a Flip3D clone or anything of that nature!
So what do you need to get it working? Download Mouse Flip3D and run it. There’s nothing to install, and the only indication of it running will be a Vista-like Orb in the System Tray. Anytime you press and hold the left mouse button, and then press the right mouse button you should see Flip3D come up:
If you want the program to start with Vista just copy it into your Startup folder, and you should be all set! Here are a few pointers on why this is great and how exactly the script works:
- One of the reasons that I never thought Flip3D was productive was because of how much time it takes to shuffle through all of the windows to find the one you want. With the mouse that is obsolete because you can click on any of the windows to bring it to the front! Go ahead and try it, and you’ll see just how fast it really is.
- If you decide that you still want to flip through the windows just use the scroll wheel on your mouse or Touchpad. Alternatively you can hit the Tab key to shuffle through the windows, and use Enter key to select the foremost application.
- You may not have realized it, but there are two different ways that you can launch Flip3D from the keyboard. The WinKey+Tab is the standard way that most people know about, but you can also launch it using Ctrl+WinKey+Tab. The difference between the two is that using the Control key makes Flip3D remain open until you click on one of the windows. That’s what we ended up using for the script. For the code junkies out there here is the entire AutoHotKey script for launching Flip3D with the mouse:
~LButton & RButton::send, {lwin down}{lctrl down}{tab}{lwin up}{lctrl up}
Some mouse gestures that you use, such as navigating forward in Opera, may not work because of the overlapping shortcut that is used for this script. Personally I’d rather have Flip3D at my finger tips than anything else, so I was willing to sacrifice that mouse shortcut.
This is just one of the many helpful tips that we have done. You can find more of them by visiting our Helpful Tips category, or by subscribing to our Helpful Tips feed. We also have a full feed available if you want to receive all of our articles in your reader!
Tags: Freeware, Helpful Tips, Newly Released, Software, Applications, Features, How To, Keyboard Shortcuts, Laptops, Tips And Tricks, Windows Vista


Related Posts:
- AltTab Mouse Shortcut
- How To Get The Flip3D Feature In Windows XP
- Microsoft Redesigns The Windows Vista Site
- Helpful Tip: Use a Keyboard to Move the Mouse
- Helpful Tip: Right-Click in Boot Camp




















IDK, that’s tough, browser gesture or Flip3D. So you still can do Right,Left for back? Forward is less important than back is.
Oh well, kinda glad I don’t have to make that decision now
The back gesture will still work since I only set this one up to recognize the left click followed by right click, and not visa-versa.
Ryan, do you think you can make one (or tell me where to download) to where the config. is mouse right then left? I am using left to right too much in my browser.
Thanks
It doesn’t really work because doing it the opposite way always results in the context menu appearing since you’re right clicking first.
Oh, ok. I thought maybe I could hold down the right-mouse button then hit left-mouse button. But, I guess not.
thanks
Hey, I was wondering if a script could make it so I could have a given key always held down, except for when I press it. Then it would not be held down. It would basically be inversed. This could be very helpful for possibly getting around key jamming in multi-player emulators.
Thanks
I’m sure it could be done, but my knowledge of AutoHotKey is very limited at this point. Hopefully I can find some time to look into that more. Alternatively you could post the question in the AutoHotKey forum and someone would probably be able to post a quick fix based on the one line of code I used above.
This is a little piece of software is like gold. To me, the flip 3D thing was useless the way it was. If you add the ability to activate it with the mouse it becomes a great tool. Now you can change programs one handed. Thanks for making it free, this should have been part of vista from the start.
No problem! We’re always happy to hear when we’ve helped someone out.