mplayer: abbreviated descriptions for g/y/x/z
[sheet.git] / mplayer.eng.inc.pl
index c6de943c06d2c970be4f99f4c5ec228feedfdd85..335c2a56887e4fba987cf7300d03c06b44b770ad 100644 (file)
@@ -26,14 +26,14 @@ key => {
        'v' => ["subtitle visibility"],
        'b' => ["next sub$sign{_}title"],
        'j' => ["prev$sign{_}ious sub$sign{_}title"],
-       'g' => ["backward in subtitle list"], #TODO
-       'y' => ["forward in subtitle list"], #TODO
+       'g' => ["back in sub$sign{_}title$sign{_}s list"],
+       'y' => ["forward in sub$sign{_}title$sign{_}s list"],
        'F' => ["forced subtitles"],
        'a' => ["align subtitles"],
        'c' => ["cycle fs mode"],
        'n' => ["restore video mode"],
-       'x' => ["subtitle delay +$sign{_}.1s"],
-       'z' => ["subtitle delay -$sign{_}.1s"],
+       'x' => ["subtitle delay +$sign{_}.1$sign{_}s"],
+       'z' => ["subtitle delay -$sign{_}.1$sign{_}s"],
        'r' => ["subtitles up"],
        't' => ["subtitles down"],
        's' => ["screen$sign{_}shot", "-vf screenshot"],
@@ -55,4 +55,16 @@ mode => {
        '' => "interactive control",
 },
 
+flag => {
+       ci => [osd       => "Print information or change display."],
+       pm => [subtitles => "Alter subtitle selection and settings."],
+       co => [video     => "Video output adjustment."],
+       mi => [audio     => "Sound (track) configuration."],
+       mo => [playback  => "Playback control."],
+       me => [general   => "Other MPlayer features."],
+
+       arg => ["key$sign{arg}" => "Commands with a dot need an argument afterwards."],
+       ext => ["optional"      => "Some features depend on setup and/or parameters."],
+},
+
 }