diff --git a/bottles/frontend/ui/help-overlay.blp b/bottles/frontend/ui/help-overlay.blp index 9ff164ada6..bf7eeb8b92 100644 --- a/bottles/frontend/ui/help-overlay.blp +++ b/bottles/frontend/ui/help-overlay.blp @@ -10,6 +10,26 @@ ShortcutsWindow help_overlay { ShortcutsGroup { title: C_("shortcut window", "General"); + ShortcutsShortcut { + title: C_("shortcut window", "New Bottle"); + action-name: "app.new"; + } + + ShortcutsShortcut { + title: C_("shortcut window", "Import Bottle"); + action-name: "app.import"; + } + + ShortcutsShortcut { + title: C_("shortcut window", "Preferences"); + action-name: "app.preferences"; + } + + ShortcutsShortcut { + title: C_("shortcut window", "Documentation"); + action-name: "app.help"; + } + ShortcutsShortcut { title: C_("shortcut window", "Show Shortcuts"); action-name: "win.show-help-overlay"; @@ -20,10 +40,6 @@ ShortcutsWindow help_overlay { action-name: "app.quit"; } - ShortcutsShortcut { - title: C_("shortcut window", "New Bottle"); - action-name: "app.new"; - } } } }