1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 08:29:36 +00:00

input.conf: change LEFT/RIGHT keys to seek 5s instead of 10s

This commit is contained in:
wm4 2014-08-11 13:37:18 +02:00
parent a87005b7fa
commit bce48f30d2

View File

@ -59,8 +59,8 @@
#AXIS_RIGHT seek -5 #AXIS_RIGHT seek -5
## Seek units are in seconds, but note that these are limited by keyframes ## Seek units are in seconds, but note that these are limited by keyframes
#RIGHT seek 10 #RIGHT seek 5
#LEFT seek -10 #LEFT seek -5
#UP seek 60 #UP seek 60
#DOWN seek -60 #DOWN seek -60
# Do smaller, always exact (non-keyframe-limited), seeks with shift. # Do smaller, always exact (non-keyframe-limited), seeks with shift.