X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/497b99dabe402a5a00d640db547e28c87bf602bc..20500d885f632dc1d88e69f7e7750b84054410bd:/altgr.eng.inc.pl diff --git a/altgr.eng.inc.pl b/altgr.eng.inc.pl index 9388771..9abad16 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,8 +14,11 @@ 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.",