Skip to content

Commit ebb91db

Browse files
andrewkwwpaulusmack
authored andcommitted
gitk: Use bindshiftfunctionkey to bind Shift-F5
Signed-off-by: Andrew Wong <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 69ecfcd commit ebb91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2501,7 +2501,7 @@ proc makewindow {} {
25012501
bindkey ? {dofind -1 1}
25022502
bindkey f nextfile
25032503
bind . <F5> updatecommits
2504-
bind . <Shift-F5> reloadcommits
2504+
bindmodfunctionkey Shift 5 reloadcommits
25052505
bind . <F2> showrefs
25062506
bindmodfunctionkey Shift 4 {newview 0}
25072507
bind . <F4> edit_or_newview

0 commit comments

Comments
 (0)