X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6ab9c94cde0ca32c221dc3120f0088e1693e71c1..f4c6591162edf2080814e4f1381331075dd25f3f:/mplayer.plp diff --git a/mplayer.plp b/mplayer.plp index a45063c..5620792 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -22,31 +22,8 @@ Html({ <: use Shiar_Sheet::Keyboard 2; my $info = do 'mplayer.eng.inc.pl' or die $@; -$info->{def} = do 'mplayer.inc.pl'; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}, [1,0]); -:> - -
- -
-
-<: $keys->print_legend('legend-types', [qw( g1 g2 g4 g6 g7 g9 )]) :> -
- -
-<: $keys->print_legend('legend-options', [qw( arg ext )]) :> - - -
-
+$keys->print_legends(\%get);