index: release v1.18 with only altgr index linked
[sheet.git] / screen.plp
index f4ceecb08416fcd136b8dc2fb1a1f151396f97d3..1223a5abdd08dc8fed510bdb26227aa65b1e41cf 100644 (file)
@@ -1,60 +1,3 @@
-<(common.inc.plp)><:
-
-Html({
-       title => 'screen cheat sheet',
-       version => 'v1.0',
-       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
-       '],
-       charset => $sign{charset},
-       stylesheet => [qw'light dark circus mono red terse'],
-       keys => 1,
-});
-
-:>
-<h1>Screen cheat sheet</h1>
-
-<h2>normal mode (default)</h2>
-
 <:
-use Shiar_Sheet::Keyboard 2;
-my $info = do 'screen.inc.pl' or die $! // $@;
-my $keys = Shiar_Sheet::Keyboard->new($info);
-$keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{rows});
-:>
-
-<hr>
-
-<div class="help">
-       <div class="left">
-<:
-               $keys->print_legend('legend-types', [map { "g$_" } 0 .. 8]);
-:>
-       </div>
-
-       <div class="right">
-<:
-               $keys->print_legend('legend-options', [qw'arg']);
-:>
-
-               <ul class="legend legend-set">
-               <li>keyboard <strong>map</strong> is
-                       <:= $get{map} ? 'set to ' : '' :><em><:= $keys->{map} :></em>
-               <li><strong>ascii</strong> mode is
-                       <:= defined $sign{-ascii} && 'forced ' :><em><:=
-                               $sign{-ascii} ? 'on' : 'off' :></em>
-               <li><strong>keys</strong> are
-                       <em><:= $showkeys ? 'always shown' : 'hidden if unassigned' :></em><:=
-                               !defined $showkeys && ' by default' :>
-               <li>default <strong>style</strong> is
-                       <:= defined $get{style} && 'set to ' :><em><:= $style :></em>
-               </ul>
-       </div>
-</div>
-
+$Request = 'screen';
+Include 'keyboard.plp';