keyboard/altgr: image alt descriptions
[sheet.git] / keyboard / altgr / spacecadet.eng.inc.pl
index cc6915d185edc299fc73c17e96a32de54af7ce21..6805d53962c2b8a22d104750f099d80a3ee9bc11 100644 (file)
@@ -1,7 +1,9 @@
 use utf8;
 use strict;
 use warnings;
-our %rows = (
+use Shiar_Sheet::KeyboardChars 'kbchars';
+
+my %rows = (
        'q' => '∧',
        'w' => '∨',
        'e' => '∩',
@@ -88,7 +90,7 @@ our %rows = (
 );
 
 +{
-       %{ do 'keyboard/altgr/groups.inc.pl' },
+       %{ kbchars(\%rows) },
        version => '1.0',
        title => 'Space Cadet',
        intro => join("\n",
@@ -104,5 +106,6 @@ our %rows = (
        ],
        rows => [3, 0], # greek/front and top
        moderows => '41-4',
-       image => 'keyboard/altgr/spacecadet.jpg',
+       image => 'data/keyboard/thumb/spacecadet.jpg',
+       imagealt => 'Many modifier keys on a traditional Symbolics Space Cadet keyboard',
 }