diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-09-27 17:24:29 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-09-27 17:24:29 +0200 |
commit | 352d671583a67c4ca3052cac8c8574177f7f07aa (patch) | |
tree | 4319fffc5526e8cec420bb849a5b6be9965b676d | |
parent | 9feae89491ddfb33e6ebba1d51d87174d9f3156d (diff) |
mpv: added input.conf
-rw-r--r-- | .config/mpv/input.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..afe0846 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,4 @@ +RIGHT seek 5 +LEFT seek -5 +UP add volume 5 +DOWN add volume -5 |