aboutsummaryrefslogtreecommitdiff
path: root/gitk-git/gitk
diff options
context:
space:
mode:
Diffstat (limited to 'gitk-git/gitk')
-rwxr-xr-xgitk-git/gitk6
1 files changed, 4 insertions, 2 deletions
diff --git a/gitk-git/gitk b/gitk-git/gitk
index 2730274966..91b16a3bb0 100755
--- a/gitk-git/gitk
+++ b/gitk-git/gitk
@@ -2395,8 +2395,8 @@ proc makewindow {} {
# sees the following string as needing to be translated
set file {
mc "&File" cascade {
- {mc "&Update" command updatecommits -accelerator F5}
- {mc "&Reload" command reloadcommits -accelerator Shift-F5}
+ {mc "&Update" command updatecommits -accelerator F5/r}
+ {mc "&Reload" command reloadcommits -accelerator Shift-F5/Shift-r}
{mc "Reread re&ferences" command rereadrefs}
{mc "&List references" command showrefs -accelerator F2}
{xx "" separator}
@@ -2809,7 +2809,9 @@ proc makewindow {} {
bindkey ? {dofind -1 1}
bindkey f nextfile
bind . <F5> updatecommits
+ bindkey r updatecommits
bindmodfunctionkey Shift 5 reloadcommits
+ bind . <R> reloadcommits
bind . <F2> showrefs
bindmodfunctionkey Shift 4 {newview 0}
bind . <F4> edit_or_newview