diff options
author | Sabri Ünal <libreajans@gmail.com> | 2020-02-14 20:51:55 +0300 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-03-09 08:40:11 +0000 |
commit | 6f010e22b8bb88032d2f1966b3ac8d9a28a6f626 (patch) | |
tree | 8e36c6995ab9a1bb9b8a456523ae43b9e93c7940 | |
parent | e7c2a0182a4ba2d6eb05fe170cc9b4d018a70feb (diff) | |
download | nautilus-6f010e22b8bb88032d2f1966b3ac8d9a28a6f626.tar.gz |
help-overlay: Show Ctrl+Q
-rw-r--r-- | src/resources/gtk/help-overlay.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/gtk/help-overlay.ui b/src/resources/gtk/help-overlay.ui index 4af1fbebe..94b96c964 100644 --- a/src/resources/gtk/help-overlay.ui +++ b/src/resources/gtk/help-overlay.ui @@ -28,6 +28,13 @@ <child> <object class="GtkShortcutsShortcut"> <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">Quit</property> + <property name="accelerator"><Primary>Q</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">True</property> <property name="title" translatable="yes" context="shortcut window">Search</property> <property name="accelerator"><Primary>F</property> </object> |