Add keyboard shortcuts for adjusting volume

* Ctrl + Down decreases, Ctrl + Up increases in 5 % increments.
* The volume slider value gets rounded up / down to the nearest increment if it isn't exactly at one of the increments.
This commit is contained in:
Tuukka Ojala
2025-01-16 20:12:42 +02:00
parent 4a75e5220e
commit baa7b36725
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -69,6 +69,9 @@ _LMS_ supports lyrics in `lrc` files, `txt` files, and embedded track metadata.
* Play/pause: <kbd>Space</kbd>
* Previous track: <kbd>Ctrl</kbd> + <kbd>Left</kbd>
* Next track: <kbd>Ctrl</kbd> + <kbd>Right</kbd>
* Decrease volume: <kbd>Ctrl</kbd> + <kbd>Down</kbd>
* Increase volume: <kbd>Ctrl</kbd> + <kbd>Up</kbd>
## Installation
See [INSTALL.md](INSTALL.md) file.