aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mpv/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-29 13:09:31 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-29 13:09:31 -0500
commit2d19a7873e083365bd113b61c5b6bd6700dbe7ec (patch)
tree64fd7d63fa7265b2ab258e16e45f220e75e03fab /mpv/.config
parent4b0e4d2c78c324547e3c5b5f57fd12c172e5dd67 (diff)
feat(mpv): add input.conf for mpv keybinds
Diffstat (limited to 'mpv/.config')
-rw-r--r--mpv/.config/mpv/input.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpv/.config/mpv/input.conf b/mpv/.config/mpv/input.conf
new file mode 100644
index 0000000..bf79776
--- /dev/null
+++ b/mpv/.config/mpv/input.conf
@@ -0,0 +1,4 @@
+WHEEL_UP seek 5
+WHEEL_DOWN seek -5
+Alt+= add video-zoom 0.1
+Alt++ add video-zoom 0.1