diff options
-rw-r--r-- | mpv/input.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpv/input.conf b/mpv/input.conf index 2ef7f21..921cb19 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -1,5 +1,5 @@ -l seek 5 exact -h seek -5 exact +l seek 5 +h seek -5 L seek 2 exact H seek -2 exact j add volume -2 @@ -9,8 +9,8 @@ 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+l seek 60 +Ctrl+h seek -60 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 |