mirror of
https://github.com/talwat/lowfi
synced 2025-03-13 00:22: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
|
### Controls
|
||||||
|
|
||||||
| Key | Function |
|
| Key | Function |
|
||||||
|--------------|-----------------|
|
| ------------------ | --------------- |
|
||||||
| `s\|n\|l` | Skip song |
|
| `s`, `n`, `l` | Skip Song |
|
||||||
| `p\| ` | Play/Pause |
|
| `p` | Play/Pause |
|
||||||
| `+\|=\|k\|↑` | Volume Up 10% |
|
| `+`, `=`, `k`, `↑` | Volume Up 10% |
|
||||||
| `→` | 1% |
|
| `→` | Volume Up 1% |
|
||||||
| `-\|_\|j\|↓` | Volume Down 10% |
|
| `-`, `_`, `j`, `↓` | Volume Down 10% |
|
||||||
| `←` | 1% |
|
| `←` | Volume Down 1% |
|
||||||
| `q\|ctrl+c` | Quit |
|
| `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
|
### 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 `!`.
|
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:
|
For example, if you had an entry like this:
|
||||||
|
|
||||||
```
|
```txt
|
||||||
2023/04/2-In-Front-Of-Me.mp3!custom name
|
2023/04/2-In-Front-Of-Me.mp3!custom name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user