X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/444ce9b79dad42e9f1c8082bcbfdc87f2aeca9b7..db3d07fcafd3085df1c3350fb77df54fc0a85803:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index bb4bd9a..f2bea96 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -23,8 +23,6 @@ Html({ <: 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});