Search code examples
iphoneiosxcode4

What is the Xcode 4 shortcut to move the cursor to the commit message


XCode 4's Commit interface is great. However I am really lazy and I want to commit without the use of a mouse.

cmd-alt-c brings up the commit dialogue. However, when I type no text appears because the lower text box is not in focus. How do I move the focus to the message dialogue using a shortcut key?


Solution

  • Pressing shift + tab twice moves the focus to the commit message. So you can type the commit message.

    However, I have found no shortcut to actually make the commit.