home/mpv: add speed keybindings
This commit is contained in:
parent
a0ec59394d
commit
0d15ad2786
|
@ -155,6 +155,8 @@
|
|||
CLOSE_WIN = "quit";
|
||||
"CLOSE_WIN {encode}" = "quit 4";
|
||||
"Ctrl+w" = ''set hwdec "no"'';
|
||||
"[" = "multiply speed 1/1.1";
|
||||
"]" = "multiply speed 1.1";
|
||||
# T = "script-binding generate-thumbnails";
|
||||
};
|
||||
config = {
|
||||
|
|
Loading…
Reference in a new issue