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