keyboard: drop unrelated vi legends
[sheet.git] / keyboard.plp
index 9a6952763733aae94a0972a1a09c85cb3cfa320b..eef05efc8fcdadd23430e9ab680ddc8bf7f2c9ce 100644 (file)
@@ -12,17 +12,7 @@ Html({
 
 <h2>normal mode (default)</h2>
 
-<ul id="rows">
-
-<li class="row">
-       <ul class="keys omni">
-       <li class="mo chr27" onclick="setmode()"><b>Esc</b> normal mode
-               <!-- not as static anymore, but never bothered; just see ^[ -->
-       </ul>
-</li>
-
 <:
-our %sign;
 use Shiar_Sheet::Keyboard 2;
 my $usint = [
        [  'a' ..                                            'z'],
@@ -48,35 +38,10 @@ my $keys = Shiar_Sheet::Keyboard->new({
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows}, [0]);
 :>
-</ul>
-
 <hr>
 
 <div class="help">
-       <div class="left">
-               <dl class="legend legend-types">
-               <dt class="ci">info
-                       <dd>Info command: shows/does something without altering anything.
-               <dt class="pm">motion
-               <dt class="po">positioning
-                       <dd>Other movement (jumps, window (re)positioning).
-               <dt class="co">command
-                       <dd>Direct action command.
-               <dt class="mi">ins mode
-                       <dd>Enters Insert or Replace mode.
-               <dt class="mo">mode
-                       <dd>Enters a different mode.
-               <dt class="mv">vis mode
-                       <dd>Enters Visual or Select mode.
-               <dt class="me">key cmd
-                       <dd>Additional key commands (click for overview).
-               </dl>
-       </div>
-
        <div class="right">
-               <dl class="legend legend-options">
-               </dl>
-
                <ul class="legend legend-set">
                <li>keyboard <strong>map</strong> is
                        <:= $get{map} ? 'set to ' : '' :><em><:= $keys->{map} :></em>