style/red: apply slight outline to header text
[sheet.git] / mplayer.inc.pl
1 use utf8;
2
3 '' => {
4         desc => "interactive control",
5
6         '[' => ["slow down 10%", 'mo'],
7         ']' => ["speed up 10%", 'mo'],
8         '{' => ["half speed", 'mo'],
9         '}' => ["double speed", 'mo'],
10         '<' => ["previous file", 'me'],
11         '>' => ["next file", 'me'],
12         'p' => ["pause", 'mo'],
13         '.' => ["step forward", 'mo'],
14         'q' => ["stop and quit", 'me'],
15         '+' => ["audio delay +$sign{_}.1s", 'mi'],
16         '-' => ["audio delay -$sign{_}.1s", 'mi'],
17         '/' => ["volume decrease", 'mi'],
18         '*' => ["volume increase", 'mi'],
19         '9' => '/',
20         '0' => '*',
21         'm' => ["mute sound", 'mi'],
22         '#' => ["cycle audio tr$sign{_}ack$sign{_}s", 'mi'],
23         'f' => ["full$sign{_}screen", 'co'],
24         'T' => ["stay on top", 'co'],
25         'w' => ["pan/sc. decr$sign{_}eas$sign{_}e", 'co'],
26         'e' => ["pan/scan increase", 'co'],
27         'o' => ["osd state switch", 'ci'],
28         'd' => ["frame drop mode", 'co'],
29         'v' => ["subtitle visibility", 'pm'],
30         'b' => ["next sub$sign{_}title", 'pm'],
31         'j' => ["prev$sign{_}ious sub$sign{_}title", 'pm'],
32         'y' => ["forward in subtitle list", 'pm'], #TODO
33         'g' => 'y', #TODO
34         'F' => ["forced subtitles", 'pm'],
35         'a' => ["align subtitles", 'pm'],
36         'c' => ["cycle fs mode", 'co ext'],
37         'n' => ["restore video mode", 'co ext'],
38         'x' => ["subtitle delay +$sign{_}.1s", 'pm'],
39         'z' => ["subtitle delay -$sign{_}.1s", 'pm'],
40         'r' => ["subtitles up", 'pm'],
41         't' => ["subtitles down", 'pm'],
42         's' => ["screen$sign{_}shot", 'me ext', "-vf screenshot"],
43         'S' => ["record screen$sign{_}shot$sign{_}s", 'me ext', "-vf screenshot"],
44         'I' => ["filename", 'ci'],
45         '!' => ["chapter back", 'mo'],
46         '@' => ["chapter forward", 'mo'],
47         '1' => ["contrast less", 'co ext'],
48         '2' => ["contrast more", 'co ext'],
49         '3' => ["brighter", 'co ext'],
50         '4' => ["darker", 'co ext'],
51         '5' => ["hue to red", 'co ext'],
52         '6' => ["hue to blue", 'co ext'],
53         '7' => ["saturate", 'co ext'],
54         '8' => ["de$sign{_}saturate", 'co ext'],
55 },
56