openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
331 stars 39 forks source link

Feature Request: Navigate through torrents list via typing torrent name on keyboard #201

Open JustAndreww opened 4 months ago

JustAndreww commented 4 months ago

For example, if you will take a look at this picture: image you can spot 3 torrents currently in the list.

So when pressing 'M' button on keyboard 'MyName1' torrent will be selected, pressing 'M' again within a short period of time will look for torrents that starts with 'MM' and selecting them (case insensitive). If no 'MM' torrents available in the list the second torrent with 'M' in it's name will be selected - 'MoreFiles'.

Pressing 'A' will select first torrent in the list starting with 'A' in it's name (case insensitve).

Basically the same behavior you can see in default Windows Explorer when browsing through file list in a directory.

Thanks!