#3318: Add keyboard shortcut to File → Quit menu item
----------------------------+-------------------------------
Reporter: asjoegren | Type: feature-request
Status: new | Priority: minor
Milestone: needs verified | Component: GTK UI
Version: 2.0.3 | Keywords: keyboard shortcut
----------------------------+-------------------------------
Deluge-gtk 2.0.3 has a keyboard shortcut for Quit & Shutdown daemon
(Shift+Ctrl+Q), but no shortcut for Quit.
This patch adds a keyboard shortcut for Quit (Ctrl+Q):
{{{
--- ui/gtk3/glade/main_window.ui.orig 2019-11-03 14:01:29.250274885
+0100
+++ ui/gtk3/glade/main_window.ui 2019-11-03 14:01:44.642187366
+0100
@@ -174,6 +174,7 @@
<property name="use_stock">False</property>
<property
name="accel_group">accelgroup1</property>
<signal name="activate"
handler="on_menuitem_quit_activate" swapped="no"/>
+ <accelerator key="Q" signal="activate"
modifiers="GDK_CONTROL_MASK"/>
</object>
</child>
</object>
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3318>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/048.7ac2dfd89f69c8d144fb852cdd4fffc0%40deluge-torrent.org.