5

I have windows 11 and two monitors. When I press Alt + Tab window switchers shows only on the main monitor and it shows all the opened windows on the system.

Is there a way to open window switcher only on the active monitor and make it shows only applications from that monitor?

By active monitor I mean the monitor on which I clicked last.

4 Answers 4

1

Try using Win+Tab.

If that doesn't help, you will need an Alt-Tab replacement. One that I know of is DisplayFusion. Unfortunately the Alt-Tab options are in the commercial version, starting at $34, but with a trial period of 30 days.

2
  • 1
    Yeah I know about Win + Tab but it doesn't feel the same. I can't change windows as snappy as using Alt+Tab. I think I'll pass on paid option too. But thanks for the suggestion
    – Sout parl
    Commented Jan 9, 2023 at 21:06
  • Win +Tab is useful to see, but doesn't cycle. I gave a thumbs up still. I'm gonna copy paste this from another comment of mine: "It blows me away MICROSOFT this nonsense is still the case on Windows 10 in 2023! I might have 4 screens, 1 playing video, 2 running my dev tests, 3 for miscellaneous stuff and 4 the MAIN one for my work! So when I cycle, take a guess Microsoft: which programs do I really want to cycle? Can you guess it? Or maybe spend $10m on a focus group to find out? But please fix this nonsense!" Commented Oct 25, 2023 at 5:37
1

I solved this by using Windows PowerToys (free).

First use PowerToys FancyZones and create a layout that covers the entire screen, do this by creating a grid zone and then click and drag the first zone to merge them all into one. You can also disable "Space around zone" and "round corners" in settings. Select layout on both monitors. Place windows in zone by dragging them while holding shift.

Then use PowerToys Keyboard Manager to map alt+tab to win+Page up (this is the shortcut of FancyZones to switch window in zone.)

0

To clarify upon what "harrymc" said: In remapping keys using this method be sure to Click on "Remap a shortcut" not Remap a key" If you try to do "remap a key" then it will only let you choose "Alt" OR "Tab" but not both.

Alternatively, if remapping keys with powertoys isnt for you then I recommend using fancy zones to do exactly what harrymc said, and then you can remap keys using AHK (v1 or v2).

In V2 writing a simpleAHK script to change your hotkey would look like this:

Requires AutoHotkey v2
SingleInstance Force
InstallKeyboardHook()
Persistent()

!Tab::#PgDn

Now, I will say, implementing the fancy zones suggestions from HarryMC is a bit trickier and I myself am having some issues getting that working. Harry, if you would please post a more specific guide (maybe with some screenshots) it would be much appreciated.

2
  • 1
    I would also like to add that Win + Tab (at least in win11 and probably win10 will show you the open windows on each monitor separately
    – Laser Made
    Commented Feb 28 at 19:28
  • Definitely does on 10, I was actually wondering if 11 does it, too. Commented Feb 28 at 21:21
-1

I just using built-in Task View. You can use Windows+Tab as a shortcut.

1
  • Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Apr 5 at 9:32

You must log in to answer this question.

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