keyboard/altgr: image alt descriptions
[sheet.git] / keyboard / altgr / macos.eng.inc.pl
index d7bed09ef66a534e2d27fcb84bbd37a843025faf..0d0718d24dd6de8234d30b9ca1d5299f0726af14 100644 (file)
@@ -1,7 +1,9 @@
 use utf8;
 use strict;
 use warnings;
-our %rows = (
+use Shiar_Sheet::KeyboardChars 'kbchars';
+
+my %rows = (
        'A' => 'Å',
        'a' => 'å',
        'B' => 'ı',
@@ -99,7 +101,7 @@ our %rows = (
 );
 
 +{
-       %{ do 'keyboard/altgr/groups.inc.pl' },
+       %{ kbchars(\%rows) },
        version => '1.3',
        title => 'US option',
        intro => join("\n",
@@ -113,5 +115,6 @@ our %rows = (
                "Apple US International keyboard layout table",
                "with the Option modifier key.",
        ],
-       image => 'keyboard/altgr/matias-fk302.jpg',
+       image => 'data/keyboard/thumb/matias-fk302.jpg',
+       imagealt => 'Option key on a Matias Tactile Pro keyboard with USA keycaps',
 }