Skip to content

Commit e1a3f28

Browse files
committed
Merge branch 'maint'
* maint: git-gui: fix shortcut for menu "Commit/Revert Changes"
2 parents 831cc7e + d6db1bb commit e1a3f28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-gui.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,6 +3550,8 @@ bind . <$M1B-Key-s> do_signoff
35503550
bind . <$M1B-Key-S> do_signoff
35513551
bind . <$M1B-Key-t> do_add_selection
35523552
bind . <$M1B-Key-T> do_add_selection
3553+
bind . <$M1B-Key-j> do_revert_selection
3554+
bind . <$M1B-Key-J> do_revert_selection
35533555
bind . <$M1B-Key-i> do_add_all
35543556
bind . <$M1B-Key-I> do_add_all
35553557
bind . <$M1B-Key-minus> {show_less_context;break}

0 commit comments

Comments
 (0)