<(common.inc.plp)><: my $include = 'keyboard.eng'; my $info = Data($include); Html({ title => 'keyboard cheat sheet', version => '1.2', description => [ "Windows US international keyboard layout table", "with the AltGr modifier key.", ], stylesheet => [qw( light dark circus mono red )], keys => 1, data => ["$include.inc.pl"], }); :>

keyboard cheat sheet

Special characters returned with the AltGr modifier for the Windows US international layout.

normal mode (default)

<: use Shiar_Sheet::Keyboard 2.08; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}, [0]); $keys->print_legends(\%get);