MacOS Switching between windows of the same application across different workspaces in two monitor setup

1

I'd like to know if there is a way to achieve behaviour that is described in the title. Let say that I have to workspaces on the first monitor and another two on the second. Now, first monitor's workspaces are occupied by Chrome (visible) and Xcode1 and I'm currently working in another Xcode2 window (active) that occupies first workspace of the second monitor. First monitor has Chrome visible, but I need to switch to the other Xcode window.

    |-- Monitor1 --|           |-- Monitor2 --|
-----------  -----------  -----------  -----------
|         |  |         |  |         |  |         |
|         |  |         |  |         |  |         |
| Xcode1  |  | Chrome  |  | Xcode2  |  | Another |
|         |  |         |  |         |  |  app    |
|         |  |         |  |         |  |         |
-----------  -----------  -----------  -----------
              (visible)    (active)

What I would like to do is switch to inactive Xcode1 from active Xcode2. Is it possible?

sowizz

Posted 2017-02-15T09:40:51.977

Reputation: 11

You mean Cmd ` doesn't work? Hmm, no it doesn't. Trick is to never put one app on 2 Spaces; it was never designed to work that way. – Tetsujin – 2017-02-15T09:44:44.800

Cmd ` works only in scenario when both Xcode2 and Xcode1 are visible. It does not switch workspace on the first monitor (which I would love it to do). – sowizz – 2017-02-15T09:46:34.647

Yeah, you're fighting the system by having it on more than one Space. No real way round that. – Tetsujin – 2017-02-15T09:47:10.260

Unless you're willing to consider two screens as one Space & work that way. That's how I've always done it. I hate the "Displays have separate Spaces" pref – Tetsujin – 2017-02-15T09:48:00.663

That's what I thought. Two screens as one Space isn't flexible enough for me, because that way you can't set it up to have Chrome on the left and one window of Xcode on the right. – sowizz – 2017-02-15T10:27:20.113

Consider asking on https://apple.stackexchange.com ?

– Jonathan – 2018-09-26T20:17:32.357

I have no idea but does "Group Windows by Application" checkbox in Settings > Mission Control alter the behavior? – Jonathan – 2018-09-26T20:23:51.300

No answers