From 28c76f74621da68edc3d744b2cf0b2ec1869194e Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 3 Mar 2019 16:55:06 +0100 Subject: [PATCH] describe more keybindings --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 14684c1..37fcc60 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,22 @@ future. Contributions welcome, but please be kind ;) * Set your login credentials (see configuration) * Build using `cargo build --release` +* The initial screen is the debug log. Press `F2` for the queue and `F3` to + search for a track. More key bindings are described below. + +### Key Bindings + +These keybindings are hardcoded for now. In the future it may be desirable to +have them configurable. + * Navigate through the screens using the F-keys: * `F1`: Debug log * `F2`: Queue * `F3`: Search * Tracks can be played using `Return` and queued using `Space` +* `Shift-p` toggles playback of a track +* `Shift-s` stops a track +* `q` quits ncspot ## Requirements