gitk: Use bindshiftfunctionkey to bind Shift-F5
Signed-off-by: Andrew Wong <andrew.kw.w@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
69ecfcd6eb
commit
ebb91db8df
2
gitk
2
gitk
@ -2501,7 +2501,7 @@ proc makewindow {} {
|
|||||||
bindkey ? {dofind -1 1}
|
bindkey ? {dofind -1 1}
|
||||||
bindkey f nextfile
|
bindkey f nextfile
|
||||||
bind . <F5> updatecommits
|
bind . <F5> updatecommits
|
||||||
bind . <Shift-F5> reloadcommits
|
bindmodfunctionkey Shift 5 reloadcommits
|
||||||
bind . <F2> showrefs
|
bind . <F2> showrefs
|
||||||
bindmodfunctionkey Shift 4 {newview 0}
|
bindmodfunctionkey Shift 4 {newview 0}
|
||||||
bind . <F4> edit_or_newview
|
bind . <F4> edit_or_newview
|
||||||
|
Loading…
Reference in New Issue
Block a user