intuis / rustmission

TUI for Transmission
GNU General Public License v3.0
25 stars 4 forks source link

allow using h and l keys to move between tabs #3

Closed micielski closed 3 months ago

micielski commented 3 months ago

It would require adding two new actions in rm-main/src/action.rs (Action::Left, Action::Right), handling them in rm-main/src/ui/components/tabs.rs and in rm-main/src/ui/mod.rs