4

In Windows 7/8, multiple instances of the same application (Windows Explorer, for example) will appear in the taskbar under one icon.

Is there a keyboard shortcut that will automatically cycle through the main windows of the various instances of the current process, preferably highlighting their preview window in the taskbar?

I know I can use WIN+# but that requires me to count taskbar items and doesn't scale beyond 10.

(Windows 8 exclusive shortcuts are ok too)

1
  • I'm fairly certain you can use AHK to accomplish this if all else fails. If all instances have no unique titles or features, there are other variables you can use to sieve the windows (e.g., PID). If you end up looking to go that route, I'd suggest posting on the AHK Discord for further advice/assistance.
    – Arctiic
    Commented Sep 22, 2021 at 9:10

2 Answers 2

3
  • Win+T to move focus to the taskbar

    • and or Win+T to move between applications on the taskbar. (You can also type the first letter of the application title to jump.)

    • to move focus to the subpages/previews

      • and or Tab and Shift+Tab to move between the subpages/previews
2
  • Thanks, but I'm looking for something a little more direct if possible. Commented Aug 27, 2012 at 23:15
  • @RichardSzalay: Unfortunately it does not seem to be possible to focus the current application right away if i did not miss anything in the official documentation :/
    – brunnerh
    Commented Aug 27, 2012 at 23:20
-1

What you're looking for on Windows is Ctrl+Tab to cycle through the windows of an open application.

1
  • 2
    This only works if the application explicitly supports it. Try opening two instances of notepad and then cycle between. Commented May 1, 2018 at 0:30

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .