GNOME Bugzilla – Bug 761805
Shortcuts: Standardize help overlay shortcuts/menu
Last modified: 2016-02-10 08:30:52 UTC
There were some small but odd differences in maps' implementation of the help overlay as compared to, e.g., nautilus, clocks, and evince.
Created attachment 320773 [details] [review] Shortcuts: Standardize help overlay shortcuts/menu * Use standard Ctrl+F1 to open the shortcuts help overlay: at some point we'll use F1 to open the normal help documentation. * Put the App Menu entry in the Help/About/Quit section
Review of attachment 320773 [details] [review]: Thanks Hashem! I read this at: https://wiki.gnome.org/Initiatives/GnomeGoals/ShortcutWindows "Don't forget to include the shortcuts for raising the shortcuts window: Ctrl+? and Ctrl+F1." Should we also have Ctrl+? ::: data/ui/app-menu.ui @@ +11,3 @@ <item> + <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> + <attribute name="action">win.show-help-overlay</attribute> So we do not need to add the accel? Does it get <Primary>F1 automatically? How about <Primary>? ?
Review of attachment 320773 [details] [review]: Shall I push this? ::: data/ui/app-menu.ui @@ +11,3 @@ <item> + <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> + <attribute name="action">win.show-help-overlay</attribute> Gtk automatically sets Ctrl + ? and Ctrl + F1. :D
Review of attachment 320773 [details] [review]: Push it!
Attachment 320773 [details] pushed as 6b1952e - Shortcuts: Standardize help overlay shortcuts/menu