10

I'm using two monitors with Windows 10 and I have a few windows open on each monitor. When I open the Task View (Win + Tab) I can only navigate between the main monitor's windows with keyboard (using arrow keys or the Tab key). I see the other display's windows on that display but can't figure out how to cycle through those windows with my keyboard.

Is there a way I can give focus to secondary monitor's windows in the Task View using keyboard?

To put it another way, how do I select the first item on the right monitor in the following screenshot using keyboard?

Screenshot of Task-View

3 Answers 3

1

It's a multi-step process.

  1. WIN+TAB to open task view.
  2. Press SHIFT+TAB to move focus up to the Desktop selector (it reads "+ New desktop").
  3. Press SHIFT+Tab again to switch focus to the next display.
  4. Use TAB and the arrow keys to select the app you want.

You can accomplish the same thing with tab and the arrow keys alone, but SHIFT+TAB is the quick way to get focus on the next display.

5
  • 4
    This only works if Timeline feature is disabled. Otherwise step 3 will select the search icon instead of switching displays.
    – thesdev
    Commented Dec 23, 2018 at 6:29
  • I wouldn't use a MS account for the world, so I can't test that, but pressing TAB & SHIFT+TAB combinations cycles through the focuses for me (including but not limited to the search icon). I'll try to find a client device that's using a MS account to test it.
    – shawn
    Commented Dec 23, 2018 at 7:36
  • 1
    I don't know if you have misunderstood the question or this combination of keys no longer works, but what you are describing switches between (virtual) Desktops, not monitors. I still can't find a way to go with the keyboard to the windows on the right monitor, as asked in the OP.
    – Giovanni
    Commented Feb 1, 2023 at 10:14
  • unfortunately, it doesn't work anymore.
    – shawn
    Commented Feb 5, 2023 at 1:37
  • 3 Monitor solution: Expanding on the comment by @thesdev: In case you have 3 monitors like me, this is what you need to do: First you need to disable the Timeline feature in Task View for this to work: google.com/search?q=windows+Task+View+disable+timeline After that the following key sequences work after you have Task View displayed with Win+Tab (assuming you have a 3 monitor setup with the main monitor being in the middle): |⬅ Switch focus to the monitor on the Left: Press Shift+Tab 3 times ➡| Switch focus to the monitor on the right: Press Tab 4 times
    – giny8i8
    Commented Dec 14, 2023 at 9:38
1

3 Monitor solution: (Expanding on the comment by @shawn @thesdev)

In case you have 3 monitors like me, this is what you need to do:

First you need to disable the Timeline feature in Task View for this to work:

https://google.com/search?q=windows+Task+View+disable+timeline

After that the following key sequences work right after you have Task View displayed with Win+Tab (assuming you have a 3 monitor setup with the main monitor being in the middle):

  • ⬅ Switch focus to the monitor on the Left: Press Shift+Tab 3 times
  • ➡ Switch focus to the monitor on the right: Press Tab 4 times

You might want to write an Autohotkey script to this. Such as:

#IfWinActive, Task View ahk_class Windows.UI.Core.CoreWindow
F1:: Send +{Tab 3}  ;Switch to monitor on the Left
F3:: Send  {Tab 4}  ;Switch to monitor on the Right

More on #IfWinActive and Autohotkey can be found here: https://www.autohotkey.com/docs/v1/lib/_IfWinActive.htm

-1

Try using Win+Ctrl and arrow key to jump to the next windows

4
  • Win+CTRL does not cycle between open windows. It resizes the active window. Commented Feb 4, 2021 at 2:30
  • You’re talking about alt+win +arrow key
    – Phemmy
    Commented Feb 5, 2021 at 5:33
  • No, I'm not, but I was not completely correct either. Win+up/down arrow resizes the active window. Win+CTRL+up/down arrow is not bound and so the CTRL is ignored and it resizes the active window. Win+CTRL+right/left arrow switches between active Virtual Desktops, which is NOT the same thing as switching between applications as OP asked. Unless you are running a custom set of keybindings, Win+CTRL+(any) arrow does NOT switch between different running applications. See here for proof: support.microsoft.com/en-us/windows/… Commented Feb 6, 2021 at 2:14
  • "Try using Win+Ctrl and arrow key to jump to the next windows" - Doesn't work;
    – Ramhound
    Commented Feb 6, 2021 at 19:02

You must log in to answer this question.

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