From 364e4305f3856029471b6f41400e37e9f1dc9a62 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 31 Oct 2023 20:10:26 +0100 Subject: [PATCH] mplayer: additional keys in mpv version 0.35 From man page. --- mplayer.eng.inc.pl | 2 +- mpv.eng.inc.pl | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/mplayer.eng.inc.pl b/mplayer.eng.inc.pl index 6c79fc9..90f3507 100644 --- a/mplayer.eng.inc.pl +++ b/mplayer.eng.inc.pl @@ -70,7 +70,7 @@ flag => { g7 => [playback => "Playback control."], g9 => [general => "Other MPlayer features."], - arg => ["key" => "Commands with a dot need an argument afterwards."], + arg => ["key" => "Commands with a dot read further input afterwards."], ext => ["optional" => "Some features depend on setup and/or parameters."], }, diff --git a/mpv.eng.inc.pl b/mpv.eng.inc.pl index 33c3a43..e3e770d 100644 --- a/mpv.eng.inc.pl +++ b/mpv.eng.inc.pl @@ -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 MPlayer 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', }, }, } -- 2.30.0