From: Eric Wong Date: Fri, 23 Feb 2007 20:36:34 +0000 (-0800) Subject: [PATCH] gitk: bind key to Update (reread commits) X-Git-Tag: v1.5.1-rc2~50^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e7a0919115ee15b21a557609c2268e24497c1059?ds=inline;hp=--cc [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 --- e7a0919115ee15b21a557609c2268e24497c1059 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