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

The Xcode 4 interface works great. However, I am really lazy , and I want to commit without using the mouse.

cmd-alt-cinvokes a commit dialog. However, when I print, the text does not appear because the bottom text box is not in focus. How to move focus to message dialog using keyboard shortcut?

+3
source share
2 answers

Pressing shift + tabtwice moves the focus to the commit message. This way you can enter a commit message.

However, I did not find a shortcut to actually make a commit.

0
source

select the line, then "cmd + /" check this

0
source

All Articles