diff options
author | wm4 <wm4@nowhere> | 2014-09-15 23:22:21 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-09-15 23:22:21 +0200 |
commit | cfdeb9d8ced819053eca80a49803506ca2891a05 (patch) | |
tree | 7d379241ac0ff61853d62857346a7a4bf6625bf7 /etc | |
parent | b2b1b848da38f6576b2d711eaf86958976b52bde (diff) | |
download | mpv-cfdeb9d8ced819053eca80a49803506ca2891a05.tar.bz2 mpv-cfdeb9d8ced819053eca80a49803506ca2891a05.tar.xz |
input.conf: map ESC to exiting fullscreen
Apparently making ESC exit fullscreen mode is the more popular
convention compared to ESC quitting the program.
It was also concluded that ESC should do nothing when the windows is
already in normal state.
See discussion in #973.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/input.conf b/etc/input.conf index 97118e14e5..eac4d539c8 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -67,7 +67,7 @@ #q quit #Q quit_watch_later #q {encode} quit -#ESC quit +#ESC set fullscreen no #ESC {encode} quit #p cycle pause # toggle pause/playback mode #. frame_step # advance one frame and pause |