From 196950e905dcbd1a7ac3fd4c6fde80d23587be29 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Jan 2018 13:34:15 +0100 Subject: input.conf: use exact value for [ binding This is supposed to undo the ] binding. This uses a value closer to the inverse. (Although it's not fully exact since the values are still stored as floating point instead as fractions.) --- etc/input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/input.conf b/etc/input.conf index 130648cd50..d60e792808 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -58,7 +58,7 @@ #PGDWN add chapter -1 # skip to previous chapter #Shift+PGUP seek 600 #Shift+PGDWN seek -600 -#[ multiply speed 0.9091 # scale playback speed +#[ multiply speed 1/1.1 # scale playback speed #] multiply speed 1.1 #{ multiply speed 0.5 #} multiply speed 2.0 -- cgit v1.2.3