Skip to content

Commit cf7fa46

Browse files
committed
add F5 help
1 parent f0b8766 commit cf7fa46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/ui/main_page.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ func (mainPage *MainPage) updateShortcutMap(component FocusableUiComponent) {
208208

209209
globalShortcutMapEntries := []shortcut_helper.ShortcutEntry{
210210
{KeyCombo: []string{"⭾", "shift+⭾"}, Name: "Cycle focus"},
211+
{KeyCombo: []string{"F5"}, Name: "Refresh"},
211212
{KeyCombo: []string{"ctrl+q"}, Name: "Quit"},
212213
}
213214

0 commit comments

Comments
 (0)