X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/f1bebae9f4ca77ef3e1b4d3036933f29a0da1ac0..HEAD:/keyboard.plp diff --git a/keyboard.plp b/keyboard.plp index d40c434..fa2aaf2 100644 --- a/keyboard.plp +++ b/keyboard.plp @@ -1,23 +1,41 @@ <(common.inc.plp)><: -my $mode = lc($Request || 'altgr'); -my $include = "$mode.eng"; +$Request ||= 'altgr/windows'; +my $mode = lc $Request; +my $include = "keyboard/$mode.eng"; + +if (-e (my $page = "keyboard/$Request/index.inc.plp")) { + Include $page; + exit; +} my $info = eval { Data($include) } || {}; warn "error in $include: ", @{$@} if ref $@; $mode = $info->{title} // $mode; +my $showkeys //= !exists $get{keys} ? undef : + ($get{keys} ne '0' && ($get{keys} || 'always')); +my @keystyle = ( + '', + '', + !$showkeys ? '' : + $showkeys eq 'ghost' ? '' : (), + '', +); + Html({ title => "\L$mode\E keyboard cheat sheet", version => $info->{version} || '0.1', + canonical => -e "$Request.plp" ? "/$Request" : undef, # historic shorthand description => $info->{description} // ["Keyboard cheat sheet for the default controls of $mode."], keywords => [@{ $info->{keywords} // [] }, qw' sheet cheat reference overview keyboard control commands shortkey '], + image => $info->{image}, stylesheet => [qw( light dark circus mono red )], - keys => 1, data => ["$include.inc.pl"], + raw => \@keystyle, }); %{$info} or Abort( @@ -25,7 +43,7 @@ Html({ '404 request not found', ); -say "

$mode cheat sheet

"; +say "

$mode keyboard

"; say "

$_

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

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

" if $info->{mode} and %{ $info->{mode} } > 1; @@ -33,20 +51,21 @@ say "

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

" use Shiar_Sheet::Keyboard 2.08; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{rows}, $info->{rows}); +$keys->print_rows($get{rows} || $info->{moderows}, $info->{rows}); { say "
\n"; say '
'; + use List::MoreUtils qw( part ); + my @gflags = part {/^g\d/} sort keys %{ $keys->{flag} }; + say "\t", '
'; - my @groups = sort grep {/^g\d/} keys %{ $keys->{flag} }; - $keys->print_legend('legend-types', \@groups); + $keys->print_legend('legend-types', $gflags[1]); say "\t
\n"; say "\t", '
'; - my @attr = sort grep {!/^g\d/} keys %{ $keys->{flag} }; - $keys->print_legend('legend-options', \@attr); + $keys->print_legend('legend-options', $gflags[0]); say ''; say "\t\t", '