mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +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:
parent
f2154bca17
commit
91eda22208
23 changed files with 49 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue