keyboard: report code errors in altgr includes
[sheet.git] / mpv.eng.inc.pl
index 804714147f0595590916094e931256977ebd83df..67847ff64e8d262d69a914db4229e232609ab78a 100644 (file)
@@ -3,6 +3,15 @@ use utf8;
 my $legacy = do 'mplayer.eng.inc.pl' or die $@;
 
 {
+title => 'mpv',
+version => '1.3',
+intro => join("\n",
+       'Default interface controls for version 0.35 of the mpv media player.',
+       'Differences from the original <a href="/mplayer">MPlayer</a> are indicated.',
+),
+keywords => $legacy->{keywords},
+rows => [1, 0],
+
 key => { %{ $legacy->{key} },
        ',' => "step backward<>s",
        'Q' => "save and quit",
@@ -12,6 +21,9 @@ key => { %{ $legacy->{key} },
        'o' => "osd state switch",
        'O' => "osd mode toggle",
        'd' => "deint<>erlace",
+       'E' => "edition cycle",
+       'i' => "stats info",
+       'I' => "toggle stats info",
        'j' => "next sub<>title",
        'J' => "prev<>ious sub<>title",
        'A' => "aspect override",
@@ -23,6 +35,9 @@ key => { %{ $legacy->{key} },
        '^s'=> "actual screen<>shot",
        '5' => "gamma decrease",
        '6' => "gamma increase",
+       'F' => 'enlarge sub font',
+       'G' => 'smaller sub font',
+       '`' => 'console',
 },
 
 mode => $legacy->{mode},
@@ -33,14 +48,17 @@ flag => { %{ $legacy->{flag} },
 
 def => {
        '' => { %{ $legacy->{def}->{''} },
+               '`' => 'g9 arg new',
                'b' => undef,
                'g' => undef,
                'y' => undef,
-               'F' => undef,
+               'F' => 'g2 new',
+               'G' => 'g2 new',
                'a' => undef,
                'c' => undef,
                'n' => undef,
-               'I' => undef,
+               'i' => 'g1 new',
+               'I' => 'g1 new',
                ',' => 'g7 new',
                '_' => 'g4 new',
                'Q' => 'g9 new',
@@ -52,7 +70,11 @@ def => {
                'V' => 'g2 new',
                'l' => 'g7 new',
                'L' => 'g7 new',
+               'E' => 'g4 new',
                '^s'=> 'g9 ext new',
+               'R' => '=t new',
+               'Z' => '=x new',
+               'W' => '=e new',
        },
 },
 }