提交 d6db1bbe 编写于 作者: H Heiko Voigt 提交者: Shawn O. Pearce

git-gui: fix shortcut for menu "Commit/Revert Changes"

The shortcut was not properly recognized previously.
Signed-off-by: NHeiko Voigt <heiko.voigt@mahr.de>
Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 87cd09f4
......@@ -3371,6 +3371,8 @@ 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-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-minus> {show_less_context;break}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册