mirror of https://github.com/mpv-player/mpv
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:
parent
76e7e78ce9
commit
196950e905
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue