2

What keyboard shortcut can be used to navigate between open projects in Xcode 7?

Have seen these suggestions ([1], [2], [3]) for prior releases of Xcode, none seem to work in v7:

Cmd + `

Cmd + Shift + `

Cmd + Ctrl + /.

Community
  • 1
  • 1
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
  • Make each open project full screen and use OS X 's built in fast application switching. On track pad 3 finger swipe left or right to next previous. 3 finger swipe up goes to mission control and select from top of screen. – Bamsworld Apr 28 '16 at 15:45
  • Cmd + ` is working fine for me on Xcode 7.3, although it appears the project windows have to be in the same "space" (and not minimised) in order for it work. – Hamish Apr 28 '16 at 15:45
  • @originaluser2 - doesn't work for me.. maybe it's because I'm on a laptop with a single key for ~` – Marcus Leon Apr 28 '16 at 15:47
  • @MarcusLeon Try going into System Preferences > Keyboard > Shortcuts > Keyboard and seeing what you have defined for "Move focus to the next window" – Hamish Apr 28 '16 at 15:50
  • It's Cmd + ` .... not sure why it's not working. – Marcus Leon Apr 28 '16 at 15:52
  • 1
    Cmd + ` won't work if Xcode is full screen. – Aaron Brager Apr 28 '16 at 15:53
  • 1
    @AaronBrager - thanks that's it. Guess the answer is Cmd + ` when not full screen and three finger swipe (@Bamsworld's answer) when in full screen. – Marcus Leon Apr 28 '16 at 15:54

2 Answers2

8

Per the comments the answer here is to use Cmd + ` when Xcode is not maximized, otherwise you can use 3 finger drag.

Thanks to @AaronBrager and @Bamsworld.

Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
3

System Preferences->Keyboard->Shortcuts->Keyboard->√ Move focus to next window.

then, use Cmd + `

ellery.li
  • 31
  • 1