X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/81aefba6ac586eccbe18b4e90efc175e34fff5ad..HEAD:/screen.plp diff --git a/screen.plp b/screen.plp index c075a4e..1223a5a 100644 --- a/screen.plp +++ b/screen.plp @@ -1,57 +1,3 @@ -<(common.inc.plp)><: - -Html({ - title => 'screen cheat sheet', - version => '1.1', - description => [ - "Interactive cheat sheet for the Screen terminal manager,", - "describing the function of each key.", - ], - keywords => [qw' - screen sheet cheat reference overview commands keyboard - terminal window manager - '], - stylesheet => [qw'light dark circus mono red terse'], - keys => 1, -}); - -:> -

Screen cheat sheet

- -

normal mode (default)

- <: -use Shiar_Sheet::Keyboard 2; -my $info = do 'screen.eng.inc.pl' or die $@ // $!; -$info->{def} = do 'screen.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' .. 'g7', 'g9']); -:> -
- -
-<: - $keys->print_legend('legend-options', [qw'arg']); -:> - - -
-
- +$Request = 'screen'; +Include 'keyboard.plp';