Skip to content

help-overlay: Remove excessive action and more

Ghost User requested to merge (removed):help-overlay into master

help-overlay: Remove excessive action

We don't need an extra action to show help-overlay. It already managed by GTK. Source: https://docs.gtk.org/gtk4/class.Application.html#automatic-resources

help-overlay: Convert accellerator to action-name

With action-name, we don't need to define accelerators again.

application: Add a new shortcut for preferences

To comply GNOME HIG, add a new shortcut for Preferences. More information: https://developer.gnome.org/hig/reference/keyboard.html

help-overlay: Add missing shortcut to Keyboard Shorcuts

Add shortcut of win.focus-active-view action to the Keyboard Shortcuts. Source: https://gitlab.gnome.org/GNOME/gedit/-/blob/master/gedit/gedit-app.c#L718

Merge request reports