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.)
This commit is contained in:
wm4 2018-01-29 13:34:15 +01:00 committed by Kevin Mitchell
parent 76e7e78ce9
commit 196950e905
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
#PGDWN add chapter -1 # skip to previous chapter #PGDWN add chapter -1 # skip to previous chapter
#Shift+PGUP seek 600 #Shift+PGUP seek 600
#Shift+PGDWN 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 1.1
#{ multiply speed 0.5 #{ multiply speed 0.5
#} multiply speed 2.0 #} multiply speed 2.0