mirror of
https://github.com/git/git.git
synced 2024-11-18 22:14:34 +01:00
* git://git.kernel.org/pub/scm/gitk/gitk: [PATCH] gitk: make Ctrl "+" really increase the font size
This commit is contained in:
commit
a41acc63ba
@ -996,6 +996,7 @@ proc makewindow {} {
|
||||
bind . <$M1B-r> dosearchback
|
||||
bind . <$M1B-s> dosearch
|
||||
bind . <$M1B-equal> {incrfont 1}
|
||||
bind . <$M1B-plus> {incrfont 1}
|
||||
bind . <$M1B-KP_Add> {incrfont 1}
|
||||
bind . <$M1B-minus> {incrfont -1}
|
||||
bind . <$M1B-KP_Subtract> {incrfont -1}
|
||||
|
Loading…
Reference in New Issue
Block a user