From 91eda222087048fef131a1bc39bcda947bce2288 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 12 May 2021 18:09:42 +0100 Subject: Everywhere: Add Alt shortcuts to remaining top-level menus Not sure why some menus did have one and others didn't, even in the same application - now they all do. :^) I added character shortcuts to some menu actions as well. --- Userland/DevTools/HackStudio/HackStudioWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/DevTools/HackStudio') diff --git a/Userland/DevTools/HackStudio/HackStudioWidget.cpp b/Userland/DevTools/HackStudio/HackStudioWidget.cpp index 07f7569940..d71c7cdae4 100644 --- a/Userland/DevTools/HackStudio/HackStudioWidget.cpp +++ b/Userland/DevTools/HackStudio/HackStudioWidget.cpp @@ -968,7 +968,7 @@ void HackStudioWidget::create_view_menubar(GUI::Menubar& menubar) void HackStudioWidget::create_help_menubar(GUI::Menubar& menubar) { - auto& help_menu = menubar.add_menu("Help"); + auto& help_menu = menubar.add_menu("&Help"); help_menu.add_action(GUI::CommonActions::make_about_action("Hack Studio", GUI::Icon::default_icon("app-hack-studio"), window())); } -- cgit v1.2.3