X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/db05a4bbf2450d4b3899740db34a0ef5799855b0..0f1264a15b66ff3682c5ebe2b9af8d2936a302f9:/keyboard.plp diff --git a/keyboard.plp b/keyboard.plp index 4b45927..fa2aaf2 100644 --- a/keyboard.plp +++ b/keyboard.plp @@ -22,11 +22,6 @@ my @keystyle = ( $showkeys eq 'ghost' ? '' : (), '', ); -if ($Request =~ /^altgr/ and open my $cssinc, '<', 'keyboard/altgr.css') { - local $/; - my $data = readline $cssinc; - push @keystyle, ""; -} Html({ title => "\L$mode\E keyboard cheat sheet",