Skip to content

Commit

Permalink
gitk: Use bindshiftfunctionkey to bind Shift-F5
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Wong <andrew.kw.w@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Andrew Wong authored and Paul Mackerras committed Oct 21, 2012
1 parent 69ecfcd commit ebb91db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ proc makewindow {} {
bindkey ? {dofind -1 1}
bindkey f nextfile
bind . <F5> updatecommits
bind . <Shift-F5> reloadcommits
bindmodfunctionkey Shift 5 reloadcommits
bind . <F2> showrefs
bindmodfunctionkey Shift 4 {newview 0}
bind . <F4> edit_or_newview
Expand Down

0 comments on commit ebb91db

Please sign in to comment.