mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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.
This commit is contained in:
@@ -261,7 +261,7 @@ int main(int argc, char* argv[])
|
||||
GUI::Application::the()->quit();
|
||||
}));
|
||||
|
||||
auto& go_menu = menubar->add_menu("Go");
|
||||
auto& go_menu = menubar->add_menu("&Go");
|
||||
go_menu.add_action(*go_back_action);
|
||||
go_menu.add_action(*go_forward_action);
|
||||
go_menu.add_action(*go_home_action);
|
||||
|
||||
Reference in New Issue
Block a user