Skip to content

Commit 043d563

Browse files
committed
Add reload action in shortcut window
1 parent b084600 commit 043d563

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/resources/ui/shortcuts.blp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Gtk.ShortcutsWindow help_overlay {
5151
title: C_("shortcut window", "Next Page");
5252
action-name: "win.next";
5353
}
54+
Gtk.ShortcutsShortcut {
55+
title: C_("shortcut window", "Reload Page");
56+
action-name: "win.reload";
57+
}
5458

5559
Gtk.ShortcutsShortcut {
5660
title: C_("shortcut window", "Focus Url Bar");

0 commit comments

Comments
 (0)