MPV volume

This commit is contained in:
Thomas Avé 2026-07-04 12:41:04 +02:00
parent ed9cccab9d
commit 009b66e562
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
keep-open = true;
};
bindings = {
"UP" = "add volume +5";
"DOWN" = "add volume -5";
"Ctrl+Shift+r" = "add sub-scale +0.05";
"Ctrl+r" = "add sub-scale -0.05";
"Ctrl+Alt+r" = "set sub-scale 1";