X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3bfa29782285fd9a9fefcaf21fa0aa7df776d88b..d22e7febda8720bc38069f7061adb43b98143c48:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 3fb7ba5..08ea859 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,14 +2,14 @@ Html({ title => 'vimperator cheat sheet', - version => '1.2', + version => '1.3', description => [ - "Interactive cheat sheet for the Vimperator Firefox extension,", - "describing the function of each key.", + "Interactive cheat sheet for the Vimperator (or Pentadactyl)", + "Firefox extension, describing the function of each key.", ], keywords => [qw' - vimperator firefox vim iceweasel sheet cheat reference overview - commands keyboard browser + vimperator firefox pentadactyl vim sheet cheat reference overview + commands keyboard browser vimfx vimium cvim '], stylesheet => [qw( light dark circus mono red )], keys => 1, @@ -21,34 +21,10 @@ Html({

normal mode (default)

<: -use Shiar_Sheet::Keyboard 2; +use Shiar_Sheet::Keyboard 2.07; my $info = do 'vimperator.eng.inc.pl' or die $@; -$_->{"\e"} = ['mv mode', "normal mode"] for values %{ $info->{def} }; -delete $info->{def}->{''}->{"\e"}; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}); -:> - -
- -
-
-<: $keys->print_legend('legend-types', ['g1' .. 'g9']) :> -
- -
-<: $keys->print_legend('legend-options', [qw( arg args )]) :> - - -
-
+$keys->print_legends(\%get);