mplayer: replace code by keyboard page
[sheet.git] / mpv.eng.inc.pl
1 use utf8;
2
3 my $legacy = do 'mplayer.eng.inc.pl' or die $@;
4
5 {
6 title => 'mpv',
7 version => '1.3',
8 intro => join("\n",
9         'Default interface controls for version 0.35 of the mpv media player.',
10         'Differences from the original <a href="/mplayer">MPlayer</a> are indicated.',
11 ),
12 keywords => $legacy->{keywords},
13 rows => [1, 0],
14
15 key => { %{ $legacy->{key} },
16         ',' => "step backward<>s",
17         'Q' => "save and quit",
18         '_' => "cycle video tr<>ack<>s",
19         '+' => "audio delay +<>.1s", # +ctrl in mpv
20         '-' => "audio delay -<>.1s", # +ctrl in mpv
21         'o' => "osd state switch",
22         'O' => "osd mode toggle",
23         'd' => "deint<>erlace",
24         'E' => "edition cycle",
25         'i' => "stats info",
26         'I' => "toggle stats info",
27         'j' => "next sub<>title",
28         'J' => "prev<>ious sub<>title",
29         'A' => "aspect override",
30         'u' => "subtitle style",
31         'V' => "subtitle aspect",
32         'l' => "A-B loop",
33         'L' => "infinite looping",
34         'S' => "record screen<>shot<>s\n-vf screenshot", # mpv?
35         '^s'=> "actual screen<>shot",
36         '5' => "gamma decrease",
37         '6' => "gamma increase",
38         'F' => 'enlarge sub font',
39         'G' => 'smaller sub font',
40         '`' => 'console',
41 },
42
43 mode => $legacy->{mode},
44
45 flag => { %{ $legacy->{flag} },
46         new => ["mpv"      => "Introduced in <em>mpv</em>, not supported in original MPlayer"],
47 },
48
49 def => {
50         '' => { %{ $legacy->{def}->{''} },
51                 '`' => 'g9 arg new',
52                 'b' => undef,
53                 'g' => undef,
54                 'y' => undef,
55                 'F' => 'g2 new',
56                 'G' => 'g2 new',
57                 'a' => undef,
58                 'c' => undef,
59                 'n' => undef,
60                 'i' => 'g1 new',
61                 'I' => 'g1 new',
62                 ',' => 'g7 new',
63                 '_' => 'g4 new',
64                 'Q' => 'g9 new',
65                 'O' => 'g1 new',
66                 'P' => '=o new',
67                 'J' => 'g2 new',
68                 'A' => 'g4 new',
69                 'u' => 'g2 new',
70                 'V' => 'g2 new',
71                 'l' => 'g7 new',
72                 'L' => 'g7 new',
73                 'E' => 'g4 new',
74                 '^s'=> 'g9 ext new',
75                 'R' => '=t new',
76                 'Z' => '=x new',
77                 'W' => '=e new',
78         },
79 },
80 }