@@ -265,6 +265,10 @@ impl CommandManager {
|
||||
kb.insert("A".into(), Command::Goto(GotoMode::Artist));
|
||||
|
||||
kb.insert("Up".into(), Command::Move(MoveMode::Up, Default::default()));
|
||||
kb.insert(
|
||||
".".into(),
|
||||
Command::Move(MoveMode::Playing, Default::default()),
|
||||
);
|
||||
kb.insert(
|
||||
"Down".into(),
|
||||
Command::Move(MoveMode::Down, Default::default()),
|
||||
|
||||
Reference in New Issue
Block a user