X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d44cc0e55381787f31b58523019ebf7d54fc6fd1..1def557f31f633446b727c7f973f16e5a7838aa5:/mpv.eng.inc.pl diff --git a/mpv.eng.inc.pl b/mpv.eng.inc.pl index 8047141..67847ff 100644 --- a/mpv.eng.inc.pl +++ b/mpv.eng.inc.pl @@ -3,6 +3,15 @@ use utf8; my $legacy = do 'mplayer.eng.inc.pl' or die $@; { +title => 'mpv', +version => '1.3', +intro => join("\n", + 'Default interface controls for version 0.35 of the mpv media player.', + 'Differences from the original MPlayer are indicated.', +), +keywords => $legacy->{keywords}, +rows => [1, 0], + key => { %{ $legacy->{key} }, ',' => "step backward<>s", 'Q' => "save and quit", @@ -12,6 +21,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", @@ -23,6 +35,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}, @@ -33,14 +48,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', @@ -52,7 +70,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', }, }, }