Merge branch 'maint'
* maint: git-gui: fix shortcut for menu "Commit/Revert Changes"
This commit is contained in:
commit
e1a3f28b14
@ -3550,6 +3550,8 @@ bind . <$M1B-Key-s> do_signoff
|
|||||||
bind . <$M1B-Key-S> do_signoff
|
bind . <$M1B-Key-S> do_signoff
|
||||||
bind . <$M1B-Key-t> do_add_selection
|
bind . <$M1B-Key-t> do_add_selection
|
||||||
bind . <$M1B-Key-T> do_add_selection
|
bind . <$M1B-Key-T> do_add_selection
|
||||||
|
bind . <$M1B-Key-j> do_revert_selection
|
||||||
|
bind . <$M1B-Key-J> do_revert_selection
|
||||||
bind . <$M1B-Key-i> do_add_all
|
bind . <$M1B-Key-i> do_add_all
|
||||||
bind . <$M1B-Key-I> do_add_all
|
bind . <$M1B-Key-I> do_add_all
|
||||||
bind . <$M1B-Key-minus> {show_less_context;break}
|
bind . <$M1B-Key-minus> {show_less_context;break}
|
||||||
|
Loading…
Reference in New Issue
Block a user