From cfdeb9d8ced819053eca80a49803506ca2891a05 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Sep 2014 23:22:21 +0200 Subject: 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. --- DOCS/man/mpv.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index b3f75dc930..59e8bf7d07 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -73,7 +73,7 @@ p / SPACE Step backward. Pressing once will pause, every consecutive press will play one frame in reverse and then go into pause mode again. -q / ESC +q Stop playing and quit. Q @@ -98,6 +98,9 @@ m f Toggle fullscreen (see also ``--fs``). +ESC + Exit fullscreen mode. + T Toggle stay-on-top (see also ``--ontop``). -- cgit v1.2.3