Custom Query (2428 matches)
Results (79 - 81 of 2428)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3318 | Fixed | Add keyboard shortcut to File → Quit menu item | asjoegren | |
Description |
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> |
|||
#1390 | Fixed | Add keymaps to webui | damoxc | buschwusch |
Description |
instead of selecting all torrents, using cmd+a only selects all the text. would be nice if you could make it select all torrents. |
|||
#2417 | Fixed | Add "Last Active" to torrent status | Cas | Dirac |
Description |
I would like to have the possibility to see when the torrent was active for the last time (actively uploading). This would help to sort those out which did have any traffic since the last period of time. I have a HDD which is my data grave and normally in sleeping mode (not rotating). I would move there files that rarely are requested. Furthermore it was discussed in this thread: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=41999 A project member of the libtorrent project stated here: https://code.google.com/p/libtorrent/issues/detail?id=457 that it should be possible to implement this feature. |