diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-03-06 01:52:09 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-03-06 01:52:09 +0300 |
commit | 30a8cdfa7c4d3c71554f0d2a5fa0d16d3ab02983 (patch) | |
tree | b26d8e5657e381e2e063f44725c1ff5a95416b8a /mpv/input.conf | |
parent | 7b4e636bcb2925f2dee5d3aa2c4bfed82a8909c7 (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 |