add controls help text

This commit is contained in:
Crispy 2023-01-28 22:01:35 +01:00
parent 2147fb910c
commit 1cda5175b7

View file

@ -141,6 +141,11 @@ impl App {
} }
); );
} }
println!("Play/pause: Space\r");
println!("Master volume: [.] [,]\r");
println!("Select channel: Up/Down\r");
println!("Mute channel: M\r");
println!("Channel volume: Left/Right\r");
} }
fn input(&mut self) { fn input(&mut self) {