mplayer: additional keys in mpv version 0.35
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 31 Oct 2023 19:10:26 +0000 (20:10 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 4 Nov 2023 18:10:38 +0000 (19:10 +0100)
From man page.

mplayer.eng.inc.pl
mpv.eng.inc.pl

index 6c79fc9474ee93304835b8f5c933c2e02c5a3bb2..90f35079fe86cd5ce38f69b09deef530555b8378 100644 (file)
@@ -70,7 +70,7 @@ flag => {
        g7 => [playback  => "Playback control."],
        g9 => [general   => "Other MPlayer features."],
 
-       arg => ["key<arg>" => "Commands with a dot need an argument afterwards."],
+       arg => ["key<arg>" => "Commands with a dot read further input afterwards."],
        ext => ["optional" => "Some features depend on setup and/or parameters."],
 },
 
index 33c3a43f8ce0d2c4426a7b90fc0a6cb76b423171..e3e770d9134be5874918c78fb76b4423af6466fd 100644 (file)
@@ -5,7 +5,7 @@ my $legacy = do 'mplayer.eng.inc.pl' or die $@;
 {
 title => 'mpv',
 intro => join("\n",
-       'Default interface controls for version 0.28 of the mpv media player.',
+       'Default interface controls for version 0.35 of the mpv media player.',
        'Differences from the original <a href="/mplayer">MPlayer</a> are indicated.',
 ),
 keywords => $legacy->{keywords},
@@ -19,6 +19,9 @@ key => { %{ $legacy->{key} },
        'o' => "osd state switch",
        'O' => "osd mode toggle",
        'd' => "deint<>erlace",
+       'E' => "edition cycle",
+       'i' => "stats info",
+       'I' => "toggle stats info",
        'j' => "next sub<>title",
        'J' => "prev<>ious sub<>title",
        'A' => "aspect override",
@@ -30,6 +33,9 @@ key => { %{ $legacy->{key} },
        '^s'=> "actual screen<>shot",
        '5' => "gamma decrease",
        '6' => "gamma increase",
+       'F' => 'enlarge sub font',
+       'G' => 'smaller sub font',
+       '`' => 'console',
 },
 
 mode => $legacy->{mode},
@@ -40,14 +46,17 @@ flag => { %{ $legacy->{flag} },
 
 def => {
        '' => { %{ $legacy->{def}->{''} },
+               '`' => 'g9 arg new',
                'b' => undef,
                'g' => undef,
                'y' => undef,
-               'F' => undef,
+               'F' => 'g2 new',
+               'G' => 'g2 new',
                'a' => undef,
                'c' => undef,
                'n' => undef,
-               'I' => undef,
+               'i' => 'g1 new',
+               'I' => 'g1 new',
                ',' => 'g7 new',
                '_' => 'g4 new',
                'Q' => 'g9 new',
@@ -59,7 +68,11 @@ def => {
                'V' => 'g2 new',
                'l' => 'g7 new',
                'L' => 'g7 new',
+               'E' => 'g4 new',
                '^s'=> 'g9 ext new',
+               'R' => '=t new',
+               'Z' => '=x new',
+               'W' => '=e new',
        },
 },
 }