We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e31236 + 146a6f1 commit 28a1d94Copy full SHA for 28a1d94
git-gui/git-gui.sh
@@ -3867,6 +3867,7 @@ bind . <$M1B-Key-equal> {show_more_context;break}
3867
bind . <$M1B-Key-plus> {show_more_context;break}
3868
bind . <$M1B-Key-KP_Add> {show_more_context;break}
3869
bind . <$M1B-Key-Return> do_commit
3870
+bind . <$M1B-Key-KP_Enter> do_commit
3871
foreach i [list $ui_index $ui_workdir] {
3872
bind $i <Button-1> { toggle_or_diff click %W %x %y; break }
3873
bind $i <$M1B-Button-1> { add_one_to_selection %W %x %y; break }
0 commit comments