diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-09-12 11:16:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-09-12 11:16:32 +0200 |
commit | ed922abe63707106eb4024fc50046647cdf5cb3a (patch) | |
tree | a24f2db0474dcb665a6ae9a571e36363bae5150f /src/help-overlay.ui | |
parent | b5c71291fc6d07fbc16d09a8f2a374c4ac86ddf1 (diff) | |
parent | cbed9d3da4012f5e767551bb24ce16700e367381 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/help-overlay.ui')
-rw-r--r-- | src/help-overlay.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/help-overlay.ui b/src/help-overlay.ui index b1a0127..105d876 100644 --- a/src/help-overlay.ui +++ b/src/help-overlay.ui @@ -136,7 +136,14 @@ <child> <object class="GtkShortcutsShortcut"> <property name="visible">1</property> - <property name="accelerator"><ctrl>F1</property> + <property name="accelerator">F10</property> + <property name="title" translatable="yes" context="shortcut window">Open menu</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>question</property> <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property> </object> </child> |