keyboard: recombine translations in include syntax
[sheet.git] / keyboard / mpv.eng.inc.pl
1 use utf8;
2
3 my $legacy = do 'keyboard/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 mode => $legacy->{mode},
16
17 flag => { %{ $legacy->{flag} },
18         new => ["mpv"      => "Introduced in <em>mpv</em>, not supported in original MPlayer"],
19 },
20
21 def => {
22         '' => { %{ $legacy->{def}->{''} },
23                 'd' => ['g4 new', "deint<>erlace"],
24                 '5' => ['g4 ext', "gamma decrease"],
25                 '6' => ['g4 ext', "gamma increase"],
26
27                 'y' => undef,
28                 'g' => undef,
29                 'b' => undef,
30                 'j' => ['g2 new', "next sub<>title"], # was b
31                 'J' => ['g2 new', "prev<>ious sub<>title"], # was j
32
33                 '`' => ['g9 arg new', 'console'],
34                 'F' => ['g2 new', 'enlarge sub font'],
35                 'G' => ['g2 new', 'smaller sub font'],
36                 'a' => undef,
37                 'c' => undef,
38                 'n' => undef,
39                 'i' => ['g1 new', "stats info"],
40                 'I' => ['g1 new', "toggle stats info"],
41                 ',' => ['g7 new', "step backward<>s"],
42                 '_' => ['g4 new', "cycle video tr<>ack<>s"],
43                 'Q' => ['g9 new', "save and quit"],
44                 'O' => ['g1 new', "osd mode toggle"],
45                 'P' => [new => \'o'],
46                 'A' => ['g4 new', "aspect override"],
47                 'u' => ['g2 new', "subtitle style"],
48                 'V' => ['g2 new', "subtitle aspect"],
49                 'l' => ['g7 new', "A-B loop"],
50                 'L' => ['g7 new', "infinite looping"],
51                 'E' => ['g4 new', "edition cycle"],
52                 '^s'=> ['g9 ext new', "actual screen<>shot"],
53                 'R' => [new => \'t'],
54                 'Z' => [new => \'x'],
55                 'W' => [new => \'e'],
56         },
57 },
58 }