add controls help text
This commit is contained in:
parent
2147fb910c
commit
1cda5175b7
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue