Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - cycle through open windows

Is there a way to cycle through open windows. I quite often use this when I want to reference something in another file. On windows this would typically be Ctrl + Tab, but I can't find a way to do this in Xcode on a Mac.

like image 644
Xetius Avatar asked Sep 12 '09 17:09

Xetius


People also ask

How do I run a shortcut in Xcode?

Basic Shortcuts Run: ⌘ + R. Test: ⌘ + U. Stop: ⌘ + . Clean: ⌘ + ⇧ + K.


1 Answers

On a Mac you can cycle through any program's windows using Cmd + ` (backtick)

On Xcode4 same command is achieved with Cmd + Ctrl + /.

like image 110
Eimantas Avatar answered Oct 04 '22 12:10

Eimantas