summaryrefslogtreecommitdiff
path: root/mpv/input.conf
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-05-04 00:13:20 +0200
committermarcellus <msimon_fr@hotmail.com>2023-05-04 00:13:20 +0200
commit13535011bb12163a4f9035cf2f231e856565e950 (patch)
treeda15860273c94d6f9dba02e7d9e5b7e9749438db /mpv/input.conf
parent7e1032434d90db737e319d3eb21721b7fed388be (diff)
fix: overall patches
Diffstat (limited to 'mpv/input.conf')
-rw-r--r--mpv/input.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/mpv/input.conf b/mpv/input.conf
new file mode 100644
index 0000000..c5065c7
--- /dev/null
+++ b/mpv/input.conf
@@ -0,0 +1,6 @@
+WHEEL_UP add volume 2
+WHEEL_DOWN add volume -2
+l seek 5
+h seek -5
+j seek 60
+k seek -60 \ No newline at end of file