diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-04-13 15:51:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-04-13 15:51:22 +0200 |
commit | 8067958728bf3ebc9784bfb1d9fd842946e95824 (patch) | |
tree | 13cdebf6c35e4d596145af2ed959761e6f110ebc /src/help-overlay.ui | |
parent | f359f4dcae47a69031b5ae719131c980f9160e47 (diff) | |
parent | 81b704e9e098c84fc79243e383e8633c45d02b94 (diff) |
Merge branch 'release/debian/3.36.1-1'debian/3.36.1-1
Diffstat (limited to 'src/help-overlay.ui')
-rw-r--r-- | src/help-overlay.ui | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/help-overlay.ui b/src/help-overlay.ui index dabec9f..b1a0127 100644 --- a/src/help-overlay.ui +++ b/src/help-overlay.ui @@ -122,6 +122,33 @@ </child> </object> </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">1</property> + <property name="title" translatable="yes" context="shortcut window">General</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator">F1</property> + <property name="title" translatable="yes" context="shortcut window">Show help</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>F1</property> + <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">1</property> + <property name="accelerator"><ctrl>q</property> + <property name="title" translatable="yes" context="shortcut window">Quit</property> + </object> + </child> + </object> + </child> </object> </child> </object> |