mirror of https://github.com/mpv-player/mpv
input.conf: make ESC quit when encoding
This commit is contained in:
parent
e6ac54e333
commit
864a2da9ea
|
@ -79,6 +79,7 @@
|
||||||
#Q quit_watch_later
|
#Q quit_watch_later
|
||||||
#q {encode} quit
|
#q {encode} quit
|
||||||
#ESC quit
|
#ESC quit
|
||||||
|
#ESC {encode} quit
|
||||||
#p cycle pause # toggle pause/playback mode
|
#p cycle pause # toggle pause/playback mode
|
||||||
#. frame_step # advance one frame and pause
|
#. frame_step # advance one frame and pause
|
||||||
#, frame_back_step # go back by one frame and pause
|
#, frame_back_step # go back by one frame and pause
|
||||||
|
|
Loading…
Reference in New Issue