zadam
zadam

Reputation: 2456

xcode All-in-one layout: keyboard shortcut to switch between project and debug page?

When you configure xcode to use the All-in-one layout, a toggle appears to allow you to switch between project and debug 'mode' (the IDE calls these pages).

Is there a keyboard shortcut to perform the toggle?

Upvotes: 7

Views: 5387

Answers (2)

jfroom
jfroom

Reputation: 660

  • Project: Cmd + 0 (zero)

  • Build: Cmd + Shift + B

  • Debug: Cmd + Shift + Y

Found this here: http://www.cocoabuilder.com/archive/xcode/252986-keyboard-shortcut-for-next-page-in-all-in-one-layout.html

More shortcuts: http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html

Upvotes: 16

jeckil
jeckil

Reputation: 61

I use (discovered) Cmd + ~

using all in one setup

Upvotes: 6

Related Questions