writing: name suzhou counting correctly
[sheet.git] / vimperator.plp
index 88f5e9518a05240efc7185705bba16a4564a02ac..b54417dba98898a2b9d27eabf6e03117765b41aa 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vimperator cheat sheet',
-       version => 'v1.0',
+       version => 'v1.2',
        description => [
                "Interactive cheat sheet for the Vimperator Firefox extension,",
                "describing the function of each key.",
@@ -31,8 +31,10 @@ Html({
 </li>
 
 <:
-use Shiar_Sheet::Keyboard;
-my $keys = Shiar_Sheet::Keyboard->new({do 'vimperator.inc.pl'});
+use Shiar_Sheet::Keyboard 2;
+my $info = do 'vimperator.eng.inc.pl' or die $@;
+$info->{def} = do 'vimperator.inc.pl';
+my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows});
 :>