unicode: declare char include data as utf8
[sheet.git] / nethack.plp
index 3115e28d696a12121aad0da7a55218a169c3b31e..b00fb9c194156bc97e119066ff29ab7a9d1622d4 100644 (file)
@@ -20,24 +20,16 @@ Html({
 
 <h2>normal gameplay</h2>
 
-<ul id="rows">
-
-<li class="row">
-       <ul class="keys omni">
-       <li class="me chr27" onclick="setmode()"><b>Esc</b>
-               <!-- static reset button, even though it's not (officially) in the game -->
-       </ul>
-</li>
-
 <:
 use Shiar_Sheet::Keyboard 2;
 my $info = do 'nethack.eng.inc.pl' or die $@;
 $info->{def} = do 'nethack.inc.pl';
 my $keys = Shiar_Sheet::Keyboard->new($info);
+$_->{"\e"} = ['me mode'] for values %{ $info->{def} };
+       # static reset button, even though it's not (officially) in the game
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows} || '4321-421', [3,2,1,0]);
 :>
-</ul>
 
 <hr>