mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
feat: add keybinds for tabs 1-10 (0 for 10th)
This commit is contained in:
@@ -14,12 +14,17 @@ next_torrent = "j"
|
||||
prev_tab = "h"
|
||||
next_tab = "l"
|
||||
|
||||
# Tab switching
|
||||
# Tab switching (1-9, 0 for 10th)
|
||||
switch_tab_1 = "1"
|
||||
switch_tab_2 = "2"
|
||||
switch_tab_3 = "3"
|
||||
switch_tab_4 = "4"
|
||||
switch_tab_5 = "5"
|
||||
switch_tab_6 = "6"
|
||||
switch_tab_7 = "7"
|
||||
switch_tab_8 = "8"
|
||||
switch_tab_9 = "9"
|
||||
switch_tab_10 = "0"
|
||||
|
||||
# Torrent actions
|
||||
toggle_torrent = "enter"
|
||||
|
||||
Reference in New Issue
Block a user