Xcode4 launch keyboard shortcut?

was cmd-enter a hotkey to run for xcode3?

What is the hotkey to run in xcode4?
Or can I install it for this?

thank

+3
source share
2 answers

By default, the "Run" hotkey is cmd + R, but in the settings (cmd +, by default or just click the apple icon in the upper left corner of the screen and select "Settings" when you run xcode), you can change any of the keyboard keys as you like

+10
source

Here is a good chart that shows the most useful shortcuts: http://cocoasamurai.blogspot.com/2011/03/xcode-4-keyboard-shortcuts-now.html

And the Run command is now CMD-R

+1
source

All Articles