Keyboard Shortcut to Cycle through Windows of same Application in Windows 7

WindowsWindows 7

Windows Problem Overview


I would have expected this to be a very simple task: switching between windows of the same application, but I can't seem to find the shortcut to do it. I generally have several windows of applications like Chrome (each window holding all the tabs related to a particular topic).

The behaviour I am looking for is what is implemented in Mac OSX with the Cmd+~ keyboard shortcut.

Is there a way to achieve the same on Windows 7?

Windows Solutions


Solution 1 - Windows

There is no such a keyboard shortcut but holding Ctrl + clicking on the icon in the taskbar repeatedly will cycle through that program's open windows.

Solution 2 - Windows

See https://superuser.com/questions/435602/shortcut-in-windows-7-to-switch-between-same-applications-windows-like-cmd.

Scott's answer is the closest one I've found to doing this. To summarize what he said:

Win + n where n is the number position of the application in the TaskBar. Then to cycle through, keep Win down and press n again.

(Updated thanks to @ZYinMD's comments - but also see their 1st comment)

Solution 3 - Windows

Use AltEsc for fast switching without any GUI pop up


https://support.microsoft.com/en-gb/help/12445/windows-keyboard-shortcuts

Solution 4 - Windows

Maybe related: If you want that the windows open directly when click on the stacked taskbar symbol (instead of opening the list), you can add the DWORD "LastActiveClick" to

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

and set it to 1.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionbalajeercView Question on Stackoverflow
Solution 1 - WindowsJoeyView Answer on Stackoverflow
Solution 2 - WindowsBlue RaspberryView Answer on Stackoverflow
Solution 3 - WindowsBlowsieView Answer on Stackoverflow
Solution 4 - WindowsraoulssonView Answer on Stackoverflow