Home » Questions » Computers [ Ask a new question ]

Alt+Tab replacement for Windows 7?

Alt+Tab replacement for Windows 7?

A number of different Alt+Tab switcher replacement apps have been developed for XP, such as TaskSwitchXP. I've also written one of my own, which I've used for years. Unfortunately, I've found that on Windows 7 these tools don't work anymore. The problem is that they can no longer register Alt+Tab as a hotkey, because it's already registered (presumably by Explorer). As best I can tell, on XP the default switcher did not use the regular RegisterHotKey API, but now it does.

Asked by: Guest | Views: 264
Total answers/comments: 2
Guest [Entry]

I've used Switcher before, and it works pretty well. Requires Aero and is more of a replacement for Flip3D than the traditional Alt+Tab. Does keyboard context searching, too.
Guest [Entry]

"I've recently came across a lightweight and minimalistic Switcheroo on GitHub, the latest development of it, as done by Regin Larsen, and immediately switched to it as the Alt+Tab replacement.

As seen in the screenshot above taken from its page on GitHub, the tasks are listed in a simple format by title and the executable starting the task.

Tab navgiates and enter switches, Ctrl+W closes the window.

The switching is mapped to Alt+Space by default but can be changed in settings,

more specifically in the XML configuration file located inside its installation folder,

that is in %programfiles% (%programfiles(x86)% if you're on 64-bit edition of Windows)`

inside switcheroo.exe.config file by setting AltTabHook's value to True as shown below:

<setting name=""AltTabHook"" serializeAs=""String"">
<value>True</value>
</setting>

It's the most efficient replacement I've ever tried, and am very happy to get rid of Window's default Task Switcher Application use it.

Added screenshots to aid with locating:"