add control of queue position in client_test

This commit is contained in:
arvidn 2020-03-04 15:07:08 +01:00 committed by Arvid Norberg
parent 06ce1b4747
commit 5c869f697c
1 changed files with 12 additions and 0 deletions

View File

@ -1443,6 +1443,16 @@ example alert_masks:
else ses.pause();
}
if (c == '[' && h.is_valid())
{
h.queue_position_up();
}
if (c == ']' && h.is_valid())
{
h.queue_position_down();
}
// add magnet link
if (c == 'm')
{
@ -1637,6 +1647,8 @@ TORRENT ACTIONS
[r] force reannounce [R] save resume data for all torrents
[o] set piece deadlines (sequential dl) [P] toggle auto-managed
[k] toggle force-started [W] remove all web seeds
[ move queue position closer to beginning
] move queue position closer to end
DISPLAY OPTIONS
left/right arrow keys: select torrent filter