mirror of https://github.com/mpv-player/mpv
input: remove default bindings for sub_step
The sub_step command is not that useful, and accidentally hitting it means that the subtitle delay gets completely messed up.
This commit is contained in:
parent
caf1398c20
commit
13e84fbcec
|
@ -68,8 +68,6 @@ I show_text "${filename}" # display filename in osd
|
|||
P show_progress
|
||||
z add sub-delay -0.1 # subtract 100 ms delay from subs
|
||||
x add sub-delay +0.1 # add
|
||||
g sub_step -1 # immediately display next subtitle
|
||||
y sub_step +1 # previous
|
||||
9 add volume -1
|
||||
/ add volume -1
|
||||
0 add volume 1
|
||||
|
@ -174,3 +172,5 @@ JOY_BTN3 add volume -1
|
|||
|
||||
#? add sub-scale +0.1 # increase subtitle font size
|
||||
#? add sub-scale -0.1 # decrease subtitle font size
|
||||
#? sub_step -1 # immediately display next subtitle
|
||||
#? sub_step +1 # previous
|
||||
|
|
Loading…
Reference in New Issue