summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorAndrew Wong <andrew.kw.w@gmail.com>2012-10-02 15:04:45 (GMT)
committerPaul Mackerras <paulus@samba.org>2012-10-21 22:16:31 (GMT)
commitebb91db8dfcb9733799a7929654b4a0c5eebfbdb (patch)
treee794b6f378c18ecffa9b7ea999240787aa02d3c1 /gitk
parent69ecfcd6ebcc42c73be25b876c79ee09d5f2901d (diff)
downloadgit-ebb91db8dfcb9733799a7929654b4a0c5eebfbdb.zip
git-ebb91db8dfcb9733799a7929654b4a0c5eebfbdb.tar.gz
git-ebb91db8dfcb9733799a7929654b4a0c5eebfbdb.tar.bz2
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>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index f8f89a5..d53fdb2 100755
--- a/gitk
+++ b/gitk
@@ -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