mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
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.
This commit is contained in:
parent
b2b1b848da
commit
cfdeb9d8ce
@ -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``).
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user