MPV volume
This commit is contained in:
parent
ed9cccab9d
commit
009b66e562
|
|
@ -25,6 +25,8 @@
|
||||||
keep-open = true;
|
keep-open = true;
|
||||||
};
|
};
|
||||||
bindings = {
|
bindings = {
|
||||||
|
"UP" = "add volume +5";
|
||||||
|
"DOWN" = "add volume -5";
|
||||||
"Ctrl+Shift+r" = "add sub-scale +0.05";
|
"Ctrl+Shift+r" = "add sub-scale +0.05";
|
||||||
"Ctrl+r" = "add sub-scale -0.05";
|
"Ctrl+r" = "add sub-scale -0.05";
|
||||||
"Ctrl+Alt+r" = "set sub-scale 1";
|
"Ctrl+Alt+r" = "set sub-scale 1";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue