diff options
author | Andrew Wong <andrew.kw.w@gmail.com> | 2012-10-02 11:04:45 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2012-10-22 09:16:31 +1100 |
commit | ebb91db8dfcb9733799a7929654b4a0c5eebfbdb (patch) | |
tree | e794b6f378c18ecffa9b7ea999240787aa02d3c1 | |
parent | gitk: Refactor code for binding modified function keys (diff) | |
download | tgif-ebb91db8dfcb9733799a7929654b4a0c5eebfbdb.tar.xz |
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>
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |