Matt
Matt

Reputation: 909

Navigate Between Projects in Xcode 4.0

I'm finally starting to get over my initial frustrations with Xcode 4.0 (why on earth did they think changing all of the keyboard shortcuts was a good idea).

However, one simple task is beyond me right now... how do I switch between multiple open projects via the keyboard?

For example, I have two different Xcode projects open, and the mac will put them both into the same Xcode application (unlike Windows where you can easily see multiple instances of the same application open). I want to quickly toggle back and forth between these projects without going to Window -> (choose the other project). Is there an easy keyboard shortcut for this? It seems that there used to be.

Upvotes: 17

Views: 8779

Answers (6)

Angels
Angels

Reputation: 89

This works for me:

Cmd + Shift + ´

Upvotes: 0

DonMizzi
DonMizzi

Reputation: 586

  • Xcode 4.6 Italian Keyboard

    Cmd + Shift + `

Upvotes: 1

jox
jox

Reputation: 2368

Xcode 8.3.3 - German Keyboard

Cmd + Shift + <

Update:

In fact there is a keybinding in Xcode that overides the system wide shortcut to switch between windows on german keyboards. The keybinding is Cmd + < for Scheme > Edit Scheme.

When this shortcut is changed or removed, then the usual shortcuts to cycle through the open windows of an application will work as expected (i.e. Cmd + < cycle forward, Cmd + Shift + < cycle backward).

Upvotes: 1

RikiRiocma
RikiRiocma

Reputation: 792

Furthermore, XCode windows must not be "maximized" (the icon with two arrows up on the right), otherwise the key shortcut has no effect.

Upvotes: 1

Matt
Matt

Reputation: 909

To switch use following Keyboard shortcut Cmd + `

Upvotes: 73

Ryan Murphy
Ryan Murphy

Reputation: 346

Command + tilde("~") keys. Can be very useful when you have limited screen space.

Upvotes: 12

Related Questions