From 23f507e0dc9f7d2519b1571d03eb2ea3a3d4a50e Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Mon, 30 Nov 2020 18:56:11 +0100 Subject: [PATCH] Add mpv input conf --- mpv/input.conf | 5 +++++ mpv.conf => mpv/mpv.conf | 0 2 files changed, 5 insertions(+) create mode 100644 mpv/input.conf rename mpv.conf => mpv/mpv.conf (100%) diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..5ae991b --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,5 @@ +# Move video rectangle +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 diff --git a/mpv.conf b/mpv/mpv.conf similarity index 100% rename from mpv.conf rename to mpv/mpv.conf