Skip to content

Commit a135f21

Browse files
felipecpaulusmack
authored andcommitted
gitk: Avoid Meta1-F5
Meta1-F5 is commonly mapped by window managers and what not. Use Shift-F5 instead. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 39ddf99 commit a135f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ proc makewindow {} {
20382038
set file {
20392039
mc "File" cascade {
20402040
{mc "Update" command updatecommits -accelerator F5}
2041-
{mc "Reload" command reloadcommits -accelerator Meta1-F5}
2041+
{mc "Reload" command reloadcommits -accelerator Shift-F5}
20422042
{mc "Reread references" command rereadrefs}
20432043
{mc "List references" command showrefs -accelerator F2}
20442044
{xx "" separator}
@@ -2495,7 +2495,7 @@ proc makewindow {} {
24952495
bindkey ? {dofind -1 1}
24962496
bindkey f nextfile
24972497
bind . <F5> updatecommits
2498-
bind . <$M1B-F5> reloadcommits
2498+
bind . <Shift-F5> reloadcommits
24992499
bind . <F2> showrefs
25002500
bind . <Shift-F4> {newview 0}
25012501
catch { bind . <Shift-Key-XF86_Switch_VT_4> {newview 0} }

0 commit comments

Comments
 (0)