WINDOW FOCUS
------------
shift-cmd-b (build window)
shift-cmd-e (toggles edit-only window)
shift-option-cmd-E (toggle zooming of editor to full window mode)
cmd-0 (switch to editor)
shift-cmd-y (switch to debugger)
FILE NAVIGATION
---------------
cmd-option-<up> (toggle header/implementation)
ctrl-cmd-N (create new empty file)
shift-command-d (open quickly..)
command-click (open this quickly)
shift-option-cmd-D (open this quickly (when cursor is on target class))
shitt-cmd-W (close file)
POP-UPS
-------
ctrl-2 (pop up symbol navigation)
ctrl-1 (pop up loaded files list)
CODE FOLDING
------------
ctrl-cmd-(up-arrow) (fold all methods/functions)
ctrl-cmd-(down-arrow) (unfold all methods/functions)
TEXTMATE LOVERS
---------------
shift-cmd-D (like TextMates' cmd-T for finding a file fast)
shift-option-cmd-E (full screen view)
DEBUG
-----
cmd-shift-R (show console)
cmd-option-ctrl-R (clear console)
NOTE
----
cmd = Apple Key ()
option = Alt key
Tobin Harris updated to include shortcuts from:
http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.ht
l
Thanks to Colin Wheeler :)