From: Andrew Wong Date: Tue, 2 Oct 2012 15:04:45 +0000 (-0400) Subject: gitk: Use bindshiftfunctionkey to bind Shift-F5 X-Git-Tag: v1.8.2-rc0~96^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ebb91db8dfcb9733799a7929654b4a0c5eebfbdb gitk: Use bindshiftfunctionkey to bind Shift-F5 Signed-off-by: Andrew Wong Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index f8f89a5052..d53fdb253c 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