mirror of
https://github.com/talwat/lowfi
synced 2025-03-12 16:12:22 +00:00
docs: tweak control documentation
This commit is contained in:
parent
7502d1cd17
commit
840b1663e7
26
README.md
26
README.md
@ -103,16 +103,22 @@ Yeah, that's it.
|
||||
### Controls
|
||||
|
||||
| Key | Function |
|
||||
|--------------|-----------------|
|
||||
| `s\|n\|l` | Skip song |
|
||||
| `p\| ` | Play/Pause |
|
||||
| `+\|=\|k\|↑` | Volume Up 10% |
|
||||
| `→` | 1% |
|
||||
| `-\|_\|j\|↓` | Volume Down 10% |
|
||||
| `←` | 1% |
|
||||
| `q\|ctrl+c` | Quit |
|
||||
| ------------------ | --------------- |
|
||||
| `s`, `n`, `l` | Skip Song |
|
||||
| `p` | Play/Pause |
|
||||
| `+`, `=`, `k`, `↑` | Volume Up 10% |
|
||||
| `→` | Volume Up 1% |
|
||||
| `-`, `_`, `j`, `↓` | Volume Down 10% |
|
||||
| `←` | Volume Down 1% |
|
||||
| `q`, CTRL+C | Quit |
|
||||
|
||||
Besides its regular controls, lowfi offers compatibility with Media Keys and [MPRIS](https://wiki.archlinux.org/title/MPRIS) (with tools like `playerctl`)
|
||||
> [!NOTE]
|
||||
> Besides its regular controls, lowfi offers compatibility with Media Keys
|
||||
> and [MPRIS](https://wiki.archlinux.org/title/MPRIS) (with tools like `playerctl`)
|
||||
>
|
||||
> MPRIS is currently optional feature in cargo (enabled with `--features mpris`)
|
||||
> due to it being only for Linux, as well as the fact that the main point of
|
||||
> lowfi is it's unique & minimal interface.
|
||||
|
||||
### Extra Flags
|
||||
|
||||
@ -182,7 +188,7 @@ lowfi would download these three URLs:
|
||||
Additionally, you may also specify a custom display name for the track which is indicated by a `!`.
|
||||
For example, if you had an entry like this:
|
||||
|
||||
```
|
||||
```txt
|
||||
2023/04/2-In-Front-Of-Me.mp3!custom name
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user