X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/497b99dabe402a5a00d640db547e28c87bf602bc..c2f9c9e9c05d8639e4d968efd26c393fcf6da1f1:/altgr.eng.inc.pl diff --git a/altgr.eng.inc.pl b/altgr.eng.inc.pl index 9388771..69430f6 100644 --- a/altgr.eng.inc.pl +++ b/altgr.eng.inc.pl @@ -1,4 +1,6 @@ use utf8; +use strict; +use warnings; my @az = ('A'..'Z', 'a'..'z'); my @letters = qw( Á B ¢ Ð É F G H Í J Œ Ø µ Ñ Ó Ö Ä ® § Þ Ú V Å X Ü Æ @@ -12,10 +14,14 @@ our %rows = map { %{ do 'keyboard.eng.inc.pl' }, title => 'altgr', version => '1.2', - intro => 'Special characters returned with the AltGr modifier -for the Windows US international layout.', + intro => join("\n", + 'Special characters returned with the AltGr modifier', + 'for the Windows US international layout.', + 'Similar to Apple options.', + ), description => [ "Windows US international keyboard layout table", "with the AltGr modifier key.", ], + moderows => '12-', }