17

After choosing git --> commit changes, I have a dialogue as below with 'Commit' in the bottom right. It seems to have the 'i' underlined, however I can't work out what the shortcut for it is as none of the usual combinations e.g. Command-I, Command-Alt-I work. Any ideas?

enter image description here

Matt Gibson
  • 14,616
  • 7
  • 47
  • 79

2 Answers2

25

Mnemonics usually work via the Alt key, so it would be Alt+I.

Note that Enter confirms the dialog choice and if the focus is in the text area, it would be Ctrl+Enter.

Alt+I mnemonic will also not work when you are entering the commit comment, so you should use Ctrl+Enter.

Zoe
  • 27,060
  • 21
  • 118
  • 148
CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • 3
    Ctrl + Enter commits, but how can i chose commit and push. Also I get a dialog asking me to review or commit now and I cannot find out how to use my keyboard to say "ok" instead of "cancel", which is selected by default. – rootman Mar 16 '15 at 14:45
-1

click HELP and see the Keyboard shortcuts

Seyma Kalay
  • 2,037
  • 10
  • 22