diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-03-06 01:52:09 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-03-06 01:52:09 +0300 |
commit | 0127cb745e92c0927cde42338f7e017ed3c404d6 (patch) | |
tree | b26d8e5657e381e2e063f44725c1ff5a95416b8a /mpv/input.conf | |
parent | b1d12bad15b487c1c3cdf1b256caca95b93f7e48 (diff) |
mpv
Diffstat (limited to 'mpv/input.conf')
-rw-r--r-- | mpv/input.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..2ef7f21 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,18 @@ +l seek 5 exact +h seek -5 exact +L seek 2 exact +H seek -2 exact +j add volume -2 +k add volume +2 +a cycle audio +A cycle audio down +c cycle sub +C cycle sub down +b ab-loop +Ctrl+l seek 60 exact +Ctrl+h seek -60 exact +Ctrl+a cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" +WHEEL_UP add volume 2 +WHEEL_DOWN add volume -2 +WHEEL_LEFT ignore +WHEEL_RIGHT ignore |