Skip to content

Commit

Permalink
Merge branch 'bp/bind-kp-enter' of git-gui into bp/git-gui-bind-kp-enter
Browse files Browse the repository at this point in the history
* 'bp/bind-kp-enter' of git-gui:
  git-gui: bind CTRL/CMD+numpad ENTER to do_commit
  • Loading branch information
gitster committed Mar 2, 2018
2 parents 7e31236 + 146a6f1 commit 28a1d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-gui/git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3867,6 +3867,7 @@ bind . <$M1B-Key-equal> {show_more_context;break}
bind . <$M1B-Key-plus> {show_more_context;break}
bind . <$M1B-Key-KP_Add> {show_more_context;break}
bind . <$M1B-Key-Return> do_commit
bind . <$M1B-Key-KP_Enter> do_commit
foreach i [list $ui_index $ui_workdir] {
bind $i <Button-1> { toggle_or_diff click %W %x %y; break }
bind $i <$M1B-Button-1> { add_one_to_selection %W %x %y; break }
Expand Down

0 comments on commit 28a1d94

Please sign in to comment.