NeboWiki
NeboWiki

Reputation: 159

XCode: Shortcut to toggle between Editor and Help Window?

Is it possible from a keyboard shortcut to switch from the XCode editor window to help and then back again?

Upvotes: 2

Views: 690

Answers (2)

Olli
Olli

Reputation: 41

If the usual shortcut to switch between windows of the same application does not work for you, check for conflicts in Preferences > Key Bindings

With a german keyboard layout switching between organizer and editor does not work by default because it conflicts with "Edit Scheme...".

Upvotes: 2

Alexandre L Telles
Alexandre L Telles

Reputation: 3435

Since both windows belongs to the same application (XCode), I use Command+` to switch between the help and the editor.

Upvotes: 2

Related Questions