X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/a6a157c7e2fcc9eab6d334d5118f4e0120a6fdcc..12ed899f9f29468639a7a1462bd71fbe602d7510:/keyboard/altgr/windows.eng.inc.pl diff --git a/keyboard/altgr/windows.eng.inc.pl b/keyboard/altgr/windows.eng.inc.pl index 3b68cf7..23353a5 100644 --- a/keyboard/altgr/windows.eng.inc.pl +++ b/keyboard/altgr/windows.eng.inc.pl @@ -7,22 +7,24 @@ my @letters = qw( á b © ð é f g h í j œ ø µ ñ ó ö ä ® ß þ ú v å x ü æ ); our %rows = map { - $az[$_] => $letters[$_] + ($az[$_] eq $letters[$_]) ? () : + ($az[$_] => $letters[$_]) } 0 .. $#az; +{ %{ do 'keyboard/altgr/groups.inc.pl' }, - title => 'altgr', - version => '1.2', + title => 'Windows AltGr', + version => '1.3', intro => join("\n", - 'Special characters returned with the AltGr modifier', - 'for the Windows US international layout.', - 'Similar to Apple options.', + 'Resulting selection of Unicode characters', + 'while pressing the AltGr modifier', + 'with the Windows US international layout.', + 'Macs have option options instead.', ), description => [ "Windows US international keyboard layout table", "with the AltGr modifier key.", ], - image => 'keyboard/altgr/ibmmkey.jpg', + image => 'keyboard/altgr/ibm-m.jpg', moderows => '21-', }