X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/eeaaa3c862485faf9f26c5646b2c9e94d03657ab..3bfa29782285fd9a9fefcaf21fa0aa7df776d88b:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 3493d84..3fb7ba5 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,7 +2,7 @@ Html({ title => 'vimperator cheat sheet', - version => 'v1.2', + version => '1.2', description => [ "Interactive cheat sheet for the Vimperator Firefox extension,", "describing the function of each key.", @@ -11,8 +11,7 @@ Html({ vimperator firefox vim iceweasel sheet cheat reference overview commands keyboard browser '], - charset => $sign{charset}, - stylesheet => [qw'light dark circus mono red terse'], + stylesheet => [qw( light dark circus mono red )], keys => 1, }); @@ -24,7 +23,6 @@ Html({ <: use Shiar_Sheet::Keyboard 2; my $info = do 'vimperator.eng.inc.pl' or die $@; -$info->{def} = do 'vimperator.inc.pl'; $_->{"\e"} = ['mv mode', "normal mode"] for values %{ $info->{def} }; delete $info->{def}->{''}->{"\e"}; my $keys = Shiar_Sheet::Keyboard->new($info); @@ -36,7 +34,7 @@ $keys->print_rows($get{rows});
-<: $keys->print_legend('legend-types', [qw( ci pm po co cp mi mo mv me )]) :> +<: $keys->print_legend('legend-types', ['g1' .. 'g9']) :>
@@ -45,9 +43,6 @@ $keys->print_rows($get{rows});