shell: Add a help overlay
This explains the various keyboard shortcuts that are available in the control-center. See https://wiki.gnome.org/Initiatives/GnomeGoals/ShortcutWindows https://bugzilla.gnome.org/show_bug.cgi?id=759320
This commit is contained in:
parent
85b440b622
commit
fde96cc691
4 changed files with 77 additions and 0 deletions
|
@ -248,6 +248,7 @@ cc_application_startup (GApplication *application)
|
|||
menu = g_menu_new ();
|
||||
|
||||
section = g_menu_new ();
|
||||
g_menu_append (section, _("Keyboard Shortcuts"), "win.show-help-overlay");
|
||||
g_menu_append (section, _("Help"), "app.help");
|
||||
g_menu_append (section, _("Quit"), "app.quit");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue