X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=mpv%2Finput.conf;h=bf52fc22f403a0caba3c97ccefc91d7ff80a06ea;hb=678d5860441bb421b5163e3fab62a11e7c8d05d8;hp=36556ba954985c3831526c736cb28104f96bee33;hpb=d6916ace1d7275aee75a9e050ae05e43d1859a79;p=config%2Fdotfiles.git diff --git a/mpv/input.conf b/mpv/input.conf index 36556ba..bf52fc2 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -32,6 +32,11 @@ PGDWN seek -600 ! add chapter -1 # skip to previous chapter @ add chapter 1 # next +# Fix ENTER to quit mpv when playing the last file, changed in 0.7.0. Thanks +# to rossy in #mpv on Freenode (2014-12-07 06:14 CET) for the suggestion how +# to restore the old behavior. +ENTER playlist_next force + # Unbind keys I sometimes hit accidentally and don't need. _ ignore # was cycle video @@ -39,3 +44,7 @@ _ ignore # was cycle video ] ignore # dito { ignore # dito } ignore # dito + +# Short seeks. +Shift+RIGHT seek 5 - exact +Shift+LEFT seek -5 - exact