keys: load flags dependency within descriptions include
[sheet.git] / mplayer.eng.inc.pl
index bfdfb7ac7e97a13616e60e2a0d76bd2c88371ed7..0cd07831cd2e037c2c7c96dd63ddb27de8f55c86 100644 (file)
@@ -1,6 +1,6 @@
 use utf8;
-{
 
+{
 key => {
        '[' => "slow down 10%",
        ']' => "speed up 10%",
@@ -56,15 +56,16 @@ mode => {
 },
 
 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."],
+       g1 => [osd       => "Print information or change display."],
+       g2 => [subtitles => "Alter subtitle selection and settings."],
+       g4 => [video     => "Video output adjustment."],
+       g6 => [audio     => "Sound (track) configuration."],
+       g7 => [playback  => "Playback control."],
+       g9 => [general   => "Other MPlayer features."],
 
        arg => ["key<arg>" => "Commands with a dot need an argument afterwards."],
        ext => ["optional" => "Some features depend on setup and/or parameters."],
 },
 
+def => do 'mplayer.inc.pl',
 }