keyboard: uniform title syntax
[sheet.git] / keyboard / altgr / windows.eng.inc.pl
index eb578148cd618b65edacf0c68d342c9820ca1903..fe1438bf1c72d5ec7e77fd1648f9de325b420660 100644 (file)
@@ -7,21 +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 <a href="/unicode">characters</a> returned with the AltGr modifier',
-               'for the Windows US international layout.',
-               'Similar to <a href="/keyboard/altgr/macos">Apple</a> options.',
+               'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',
+               'while pressing the AltGr modifier',
+               'with the Windows US international layout.',
+               'Macs have <a href="/keyboard/altgr/macos">option</a> options instead.',
        ),
        description => [
                "Windows US international keyboard layout table",
                "with the AltGr modifier key.",
        ],
-       moderows => '12-',
+       image => 'keyboard/altgr/ibmmkey.jpg',
+       moderows => '21-',
 }