Commit graph

6 commits

Author SHA1 Message Date
sabriunal
a1192adc9f help-overlay: remove visible property names
Due to widgets are visible by default on GTK4
remove visible property names.

Source: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkwidget.c#L1275
2022-11-30 12:57:29 +00:00
sabriunal
d73ec42d39 help-overlay: Add missing shortcuts
This patch adds two missing shortcuts to help-overlay

- Help (F1)
- Keyboard Shortcuts (CTRL+?)

Fixes: #839
2022-11-29 20:21:29 +00:00
Felix Riemann
c6bde9770d help-overlay: Show correct 'Back' shortcut in RTL locales
The 'Back' shortcut automatically switches to Alt+Right in RTL locales.
Add direction properties to achieve the same effect in the help overlay.

Fixes #939.
2021-02-01 03:41:33 +00:00
Georges Basile Stavracas Neto
52469cec7c window: Remove remaining overview mentions
There is no overview anymore -- Settings is always
visualizing a panel at any given time.

I just noticed that the Alt+Left shortcut was always
broken too. This will be fixed in a following commit.
2018-05-28 22:07:49 -03:00
Piotr Drąg
e9d65002a9 Add context to strings in the shortcut window 2016-02-01 19:07:16 +01:00
Matthias Clasen
fde96cc691 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
2015-12-10 20:51:28 -05:00