Skip to main content

Show List Instead of Thumbnails When Alt+Tab Switching

Windows 7 offers two different window switching shortcuts to cycle through open windows – 1) the hotkey combination Alt+Tab displays a grid of thumbnails of open windows and 2) the hotkey combination Win+Tab displays a 3-dimensional view of all opened windows. If you like neither and prefer a simple list, then here is how to get it.

First download and install AutoHotkey. It is a free, open-source macro-creation and automation software utility that allows users to automate repetitive tasks in Microsoft Windows. Driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts or hotkeys, AutoHotkey can modify any application user interface, override default Windows control key commands etc.

Now download the AutoHotkey script from this link - http://dl.dropbox.com/u/9120348/alttab.ahk

AutoHotkey scripts end with the extension .ahk and can be run by simply double clicking on it, provided you have AutoHotkey installed and the application is configured as the default handler of the .ahk extension.

All you need to do now is double click on this script to run, and you are done. Now press Alt+Tab to checkout the new window switching interface with icons and list.

alt-tab-ahk

To revert back to the Windows default, open task manager and kill the process AutoHotkey.

via Github

Related: 8 sleek Alt+Tab replacements for Windows

Comments

  1. I like the new interface design!

    ReplyDelete
  2. Thank you for a great job you've done! I needed a replacement for Alt-Tab in Windows Server 2008, where I can't get Aero to work in remote session. Your script did the trick - I can now navigate through the window list with arrows instead of Alt-Tab/Alt-Shift-Tab. Cheers!

    ReplyDelete

Post a Comment

Popular posts from this blog

69 alternatives to the default Facebook profile picture

If you have changed the default Facebook profile picture and uploaded your own, it’s fine. But if not, then why not replace that boring picture of the guy with a wisp of hair sticking out of his head with something different and funny?

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.