mirror of
https://github.com/mpv-player/mpv
synced 2025-04-27 13:49:33 +00:00
input.conf: map L to toggle infinite looping
This commit is contained in:
parent
5555f6fc2c
commit
43b6b376dc
@ -134,6 +134,9 @@ x and z
|
|||||||
l
|
l
|
||||||
Set/clear A-B loop points. See ``ab_loop`` command for details.
|
Set/clear A-B loop points. See ``ab_loop`` command for details.
|
||||||
|
|
||||||
|
L
|
||||||
|
Toggle infinite looping.
|
||||||
|
|
||||||
Ctrl + and Ctrl -
|
Ctrl + and Ctrl -
|
||||||
Adjust audio delay by +/- 0.1 seconds.
|
Adjust audio delay by +/- 0.1 seconds.
|
||||||
|
|
||||||
|
@ -140,6 +140,7 @@
|
|||||||
#CLOSE_WIN {encode} quit
|
#CLOSE_WIN {encode} quit
|
||||||
#E cycle edition # next edition
|
#E cycle edition # next edition
|
||||||
#l ab_loop # Set/clear A-B loop points
|
#l ab_loop # Set/clear A-B loop points
|
||||||
|
#L cycle_values loop "inf" "no" # toggle infinite looping
|
||||||
#ctrl+c quit
|
#ctrl+c quit
|
||||||
|
|
||||||
# Apple Remote section
|
# Apple Remote section
|
||||||
|
Loading…
Reference in New Issue
Block a user