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