add vi/emacs keybind for stopping/removing torrent from download list

This commit is contained in:
mmmsalmon
2025-08-04 06:12:26 +09:00
committed by Jari Sundell
parent 788442de6a
commit 25448320aa
3 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ enum NavigationKeymap {
RT_KEY_HOME,
RT_KEY_END,
RT_KEY_TOGGLE_LAYOUT,
RT_KEYMAP_MAX,
RT_KEY_STOP,
RT_KEYMAP_MAX
};
class DownloadList;