From 30f0612bb5089f3282fc50329957efc9a66231fc Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 15 Dec 2025 07:52:41 +0100 Subject: [PATCH] docs: update readme with bindings --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 02c3d24..2745a3c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,22 @@ $ uv run main.py Please also note that as of now, you need to have [ffmpeg](https://ffmpeg.org/) installed to play audio files. +### Bindings + +| Key | Action | +| ------------ | -------------------------- | +| `d` | Toggle dark/light mode | +| `n` | Sort by name | +| `p` | Sort by progress | +| `a` | Show all/unfinished | +| `enter` | Play the selected book | +| `space` | Pause/resume the playback | +| `left` | Seek backward 30 seconds | +| `right` | Seek forward 30 seconds | +| `ctrl+left` | Go to the previous chapter | +| `ctrl+right` | Go to the next chapter | +| `q` | Quit the application | + ## Roadmap - [x] list your library @@ -48,6 +64,7 @@ Please also note that as of now, you need to have [ffmpeg](https://ffmpeg.org/) - [ ] add a book in your wishlist - [ ] get your listening stats from Audible - [ ] add multiple themes and theme selector +- [ ] installation setup All of this, and of course: