countries: prefer most significant country of .rb
[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' => "back in sub$sign{_}title$sign{_}s list",
30         'y' => "forward in sub$sign{_}title$sign{_}s list",
31         'F' => "forced subtitles",
32         'a' => "align subtitles",
33         'c' => "cycle fs mode",
34         'n' => "restore video mode",
35         'x' => "subtitle delay +$sign{_}.1$sign{_}s",
36         'z' => "subtitle delay -$sign{_}.1$sign{_}s",
37         'r' => "subtitles up",
38         't' => "subtitles down",
39         's' => "screen$sign{_}shot\n-vf screenshot",
40         'S' => "record screen$sign{_}shot$sign{_}s\n-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 flag => {
59         ci => [osd       => "Print information or change display."],
60         pm => [subtitles => "Alter subtitle selection and settings."],
61         co => [video     => "Video output adjustment."],
62         mi => [audio     => "Sound (track) configuration."],
63         mo => [playback  => "Playback control."],
64         me => [general   => "Other MPlayer features."],
65
66         arg => ["key$sign{arg}" => "Commands with a dot need an argument afterwards."],
67         ext => ["optional"      => "Some features depend on setup and/or parameters."],
68 },
69
70 }