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 te开发者_如何学编程xt appears because the lower text box is not in focus. How do I move the focus to the message dialogue using a shortcut key?
select the line then "cmd+/" check this out
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.
精彩评论