summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-13 02:03:14 +0200
committerwm4 <wm4@nowhere>2014-06-14 14:07:23 +0200
commit864a2da9eae92c524fb5abd2b4a71036361e37f5 (patch)
treee11d95253dbeeb5a9644d4d39c3ace25b15cb1ba
parente6ac54e3337fdbd9eba0b844e4dd7840b3563e86 (diff)
downloadmpv-864a2da9eae92c524fb5abd2b4a71036361e37f5.tar.bz2
mpv-864a2da9eae92c524fb5abd2b4a71036361e37f5.tar.xz
input.conf: make ESC quit when encoding
-rw-r--r--etc/input.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf
index fa0db45e28..efee3f98e0 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -79,6 +79,7 @@
#Q quit_watch_later
#q {encode} quit
#ESC quit
+#ESC {encode} quit
#p cycle pause # toggle pause/playback mode
#. frame_step # advance one frame and pause
#, frame_back_step # go back by one frame and pause