Skip to content

Commit d6db1bb

Browse files
hvoigtspearce
authored andcommitted
git-gui: fix shortcut for menu "Commit/Revert Changes"
The shortcut was not properly recognized previously. Signed-off-by: Heiko Voigt <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent 87cd09f commit d6db1bb

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
@@ -3371,6 +3371,8 @@ bind . <$M1B-Key-s> do_signoff
33713371
bind . <$M1B-Key-S> do_signoff
33723372
bind . <$M1B-Key-t> do_add_selection
33733373
bind . <$M1B-Key-T> do_add_selection
3374+
bind . <$M1B-Key-j> do_revert_selection
3375+
bind . <$M1B-Key-J> do_revert_selection
33743376
bind . <$M1B-Key-i> do_add_all
33753377
bind . <$M1B-Key-I> do_add_all
33763378
bind . <$M1B-Key-minus> {show_less_context;break}

0 commit comments

Comments
 (0)