keyboard/altgr: rename image files to keyboard models
[sheet.git] / keyboard / altgr / windows.eng.inc.pl
index 3b68cf74ce666879915315106b59fd6f080980b9..23353a5fa11ad03f49354a22fe0dbacd7e1b7976 100644 (file)
@@ -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 <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.",
        ],
-       image => 'keyboard/altgr/ibmmkey.jpg',
+       image => 'keyboard/altgr/ibm-m.jpg',
        moderows => '21-',
 }