From fd8ecfcd05fed82ba558658eb0ac1669db479bbd Mon Sep 17 00:00:00 2001 From: Timoyoungster <53046195+Timoyoungster@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:06:43 +0200 Subject: [PATCH] docs: add description of available controls (#22) * add description of available controls add dedicated description for the available controls, since the volume control is not documented in the app. * removing redundancy * docs: fix casing --------- Co-authored-by: Tal <83217276+talwat@users.noreply.github.com> --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae92d53..7732232 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,16 @@ cargo build --release `lowfi` -Yeah, that's it. Controls are documented in the app. +Yeah, that's it. + +### Controls + +| Key | Function | +|-------|----------------| +| `s` | Skip song | +| `p` | Play/Pause | +| `+/-` | Volume Up/Down | +| `q` | Quit | ### Extra Flags