Module: deluge Branch: master Commit: c015c3a57d5ef6bb53c55112f48aaa3b33b2fed3
Author: Nick <[email protected]> Date: Tue Feb 15 19:10:51 2011 +0100 update help a bit --- deluge/ui/console/modes/alltorrents.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index 4c606e0..7240330 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -80,9 +80,11 @@ All popup windows can be closed/canceled by hitting the Esc key The actions you can perform and the keys to perform them are as follows: +'h' - Show this help + 'a' - Add a torrent -'h' - Show this help +'p' - View/Set preferences 'f' - Show only torrents in a certain state (Will open a popup where you can select the state you want to see) @@ -96,7 +98,7 @@ The actions you can perform and the keys to perform them are as follows: and last marked torrent 'c' - Un-mark all torrents -Right Arrow - Show torrent details. This includes more detailed information +Right Arrow - Torrent Detail Mode. This includes more detailed information about the currently selected torrent, as well as a view of the files in the torrent and the ability to set file priorities. -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
