Skip to content

Commit 1760669

Browse files
committed
docs(command): update docs for new VolumeChange command
1 parent abc43b3 commit 1760669

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ List of supported commands:
321321
| `Repeat` | cycle the repeat mode | `C-r` |
322322
| `ToggleFakeTrackRepeatMode` | toggle fake track repeat mode | `M-r` |
323323
| `Shuffle` | toggle the shuffle mode | `C-s` |
324-
| `VolumeUp` | increase playback volume by 5% | `+` |
325-
| `VolumeDown` | decrease playback volume by 5% | `-` |
324+
| `VolumeChange` | change playback volume by an offset (default shortcuts use 5%) | `+`, `-` |
326325
| `Mute` | toggle playback volume between 0% and previous level | `_` |
327326
| `SeekForward` | seek forward by 5s | `>` |
328327
| `SeekBackward` | seek backward by 5s | `<` |

docs/config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ key_sequence = "M-enter"
284284
[[keymaps]]
285285
command = "None"
286286
key_sequence = "q"
287+
[[keymaps]]
288+
command = "VolumeChange -5"
289+
key_sequence = "-"
287290
```
288291

289292
## Actions

0 commit comments

Comments
 (0)