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