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
+4 -2
View File
@@ -38,7 +38,8 @@ static const int emacs_keymap[RT_KEYMAP_MAX] = {
'H' - '@',
'A' - '@',
'E' - '@',
'L'
'L',
'D' - '@' // could be null instead to avoid confusion
};
static const int vi_keymap[RT_KEYMAP_MAX] = {
@@ -52,7 +53,8 @@ static const int vi_keymap[RT_KEYMAP_MAX] = {
'D' - '@',
'H',
'G',
'L' - '@'
'L' - '@',
'x'
};
Root::Root() {