From 38c74270c3cc4e57ae2d68333845fa84e76bf457 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Jun 2015 22:02:10 +0200 Subject: inpout.conf: make shift+o toggle between 2 states only The "osd" command cycles between 4 states (OSD level 0-3), which is probably confusing and inconvenient. OSD levels 0 and 2 are rarely needed. I would claim there is normally not much of a need to completely disable OSD by setting level 0 during playback. Level 2 is just slightly less information than level 3, and I'm not sure why it exists at all. Change it so that it toggles between level 3 and 1. Note that this ignores the default OSD level. If the default is 3, the first use of this key will set it to 3 again. Just assume 1 is the default. If someone complains, this could be improved. --- DOCS/man/mpv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/mpv.rst') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index ee1c68cf68..63c4484bb8 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -116,7 +116,7 @@ o (also P) Show progression bar, elapsed time and total duration on the OSD. O - Toggle OSD states: none / seek / seek + timer / seek + timer + total time. + Toggle OSD states between normal and playback time/duration. d Toggle frame dropping states: none / skip display / skip decoding (see -- cgit v1.2.3