Implemented Library and Download tabs!

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent d856e84b93
commit c16f234088
10 changed files with 257 additions and 61 deletions
+10
View File
@@ -12,6 +12,8 @@ generate_keybindings! {
quit,
up,
down,
left,
right,
submit,
esc
}
@@ -34,6 +36,14 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Down,
desc: "Scroll down",
},
left: KeyBinding {
key: Key::Left,
desc: "Move left",
},
right: KeyBinding {
key: Key::Right,
desc: "Move right",
},
submit: KeyBinding {
key: Key::Enter,
desc: "Select",