evince/SOURCES/evince-40.4-quit-shortcut.p...

32 lines
1.1 KiB
Diff

From ad28a28e94c63c9ed44d01cf274e487ec85f2a46 Mon Sep 17 00:00:00 2001
From: Marek Kasik <mkasik@redhat.com>
Date: Wed, 13 Oct 2021 11:00:07 +0200
Subject: [PATCH] Remove "Quit" from shortcuts page
The shortcut "Ctrl + q" does not do anything.
---
shell/help-overlay.ui | 7 -------
1 file changed, 7 deletions(-)
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
index d2057348..ced1dd56 100644
--- a/shell/help-overlay.ui
+++ b/shell/help-overlay.ui
@@ -396,13 +396,6 @@
<property name="accelerator">&lt;Primary&gt;W</property>
</object>
</child>
- <child>
- <object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
- <property name="title" translatable="yes" context="shortcut window">Quit</property>
- <property name="accelerator">&lt;Primary&gt;Q</property>
- </object>
- </child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
--
2.31.1