diff options
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> |