From cb8bd2892ff505757a2279eed4e390c03cb761c8 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sun, 12 Sep 2021 15:55:17 +0800 Subject: [PATCH] Update mpv keybinds --- .config/mpv/input.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index f7bffc7..5df6165 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,6 +1,11 @@ UP add volume 2 DOWN add volume -2 +Alt+LEFT add video-pan-x 0.01 +Alt+RIGHT add video-pan-x -0.01 +Alt+UP add video-pan-y 0.01 +Alt+DOWN add video-pan-y -0.01 + D cycle deband T script-message-to Thumbnailer Thumbnailer-toggle-gen; script-message-to Thumbnailer Thumbnailer-toggle-osc