From e7a0919115ee15b21a557609c2268e24497c1059 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 23 Feb 2007 12:36:34 -0800 Subject: [PATCH] [PATCH] gitk: bind key to Update (reread commits) I chose because it's also the key to reload the current page in web browsers such as Konqueror and Firefox, so users are more likely to be familiar with it. Signed-off-by: Eric Wong Signed-off-by: Paul Mackerras --- gitk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitk b/gitk index 9ddff3e7f7..1cd2a8f528 100755 --- a/gitk +++ b/gitk @@ -720,6 +720,7 @@ proc makewindow {} { bindkey {findnext 0} bindkey ? findprev bindkey f nextfile + bindkey updatecommits bind . doquit bind . dofind bind . {findnext 0} @@ -985,6 +986,7 @@ f Scroll diff view to next file Increase font size Decrease font size Decrease font size + Update } \ -justify left -bg white -border 2 -relief sunken pack $w.m -side top -fill both -- 2.11.4.GIT