X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0f1264a15b66ff3682c5ebe2b9af8d2936a302f9..HEAD:/keyboard.plp diff --git a/keyboard.plp b/keyboard.plp index fa2aaf2..5515910 100644 --- a/keyboard.plp +++ b/keyboard.plp @@ -33,7 +33,6 @@ Html({ sheet cheat reference overview keyboard control commands shortkey '], image => $info->{image}, - stylesheet => [qw( light dark circus mono red )], data => ["$include.inc.pl"], raw => \@keystyle, }); @@ -48,7 +47,7 @@ say "

$_

" for $info->{intro} // (); say "

", $info->{mode}->{''}, " (default)

" if $info->{mode} and %{ $info->{mode} } > 1; -use Shiar_Sheet::Keyboard 2.08; +use Shiar_Sheet::Keyboard 3.00; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows} || $info->{moderows}, $info->{rows});