mirror of https://github.com/mpv-player/mpv
input.conf: Don't make ENTER exit the player
Apparently this is confusing.
This commit is contained in:
parent
b4a147bbe2
commit
c372856c11
|
@ -59,7 +59,7 @@ BACKSPACE
|
|||
Go backward/forward in the playlist.
|
||||
|
||||
ENTER
|
||||
Go forward in the playlist, even over the end.
|
||||
Go forward in the playlist.
|
||||
|
||||
p / SPACE
|
||||
Pause (pressing again unpauses).
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
#, frame_back_step # go back by one frame and pause
|
||||
#SPACE cycle pause
|
||||
#> playlist_next # skip to next file
|
||||
#ENTER playlist_next force # skip to next file or quit
|
||||
#ENTER playlist_next # skip to next file
|
||||
#< playlist_prev # skip to previous file
|
||||
#O osd # cycle through OSD mode
|
||||
#o show_progress
|
||||
|
|
Loading…
Reference in New Issue