0

Note: Linked to Alt+Tab replacement for Windows 7? but not a duplicate, here the requirement is more specific, see below.

On Windows 7, I know ALT+TAB and WIN+TAB, the latter giving a 3D view like:

Aero flip 3D

How to have a flat (and not 3D) mosaic / grid of all open windows? without having to do something like ALT+TAB and then hold ALT? In a similar way than Mac four fingers swipe "Mission Control":

Mission control

phuclv
  • 30,396
  • 15
  • 136
  • 260
Basj
  • 2,143

2 Answers2

1

If you just want the list of windows without holding Alt then why don't just press Alt+Ctrl+Tab?

phuclv
  • 30,396
  • 15
  • 136
  • 260
0

After some research, I finally found a simple solution with AutoHotkey:

~RCtrl:: AltTabMenu

This displays a 2D grid (like if we hold ALT+TAB) permanently, until we click on a thumbnail, when pressing on right CTRL key.

Basj
  • 2,143