4

cmd-enter was the hot key for "run" for xcode3?

What is the hot key for run in xcode4?
Or can I set one for it?

Thank you

UmNyobe
  • 22,539
  • 9
  • 61
  • 90
eugene
  • 39,839
  • 68
  • 255
  • 489

2 Answers2

11

By default, the "Run" hotkey is cmd+R, but under preferences(cmd+, by default, or just click the apple icon in the top left and select Preferences when running xcode), you can change any of the keybindings to however you like

Dan F
  • 17,654
  • 5
  • 72
  • 110
1

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

And the Run command is now CMD-R

ArniReynir
  • 849
  • 3
  • 12
  • 29