From: Andrew Wong Date: Tue, 2 Oct 2012 15:04:45 +0000 (-0400) Subject: gitk: Use bindshiftfunctionkey to bind Shift-F5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ebb91db8dfcb9733799a7929654b4a0c5eebfbdb;p=git.git gitk: Use bindshiftfunctionkey to bind Shift-F5 Signed-off-by: Andrew Wong Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index f8f89a505..d53fdb253 100755 --- a/gitk +++ b/gitk @@ -2501,7 +2501,7 @@ proc makewindow {} { bindkey ? {dofind -1 1} bindkey f nextfile bind . updatecommits - bind . reloadcommits + bindmodfunctionkey Shift 5 reloadcommits bind . showrefs bindmodfunctionkey Shift 4 {newview 0} bind . edit_or_newview