keyboard/altgr/spacecadet: clarify branding timeline in intro
[sheet.git] / keyboard / altgr / spacecadet.eng.inc.pl
index 0fd89528e513743992d222ca94c131b2f0f37261..740dd35275ff25869890670bf4c9fb095a4501e1 100644 (file)
@@ -89,13 +89,19 @@ my %rows = (
        '+/' => '∫',
 );
 
+my $groups = kbchars(\%rows);
+$rows{$_} =~ /\A\p{Greek}/ and $groups->{def}{''}{$_} =~ s/g6/g5/ for map {"+$_"} 'a'..'z';
+$groups->{flag}{g4} = ['similar', 'transliterates or transcribes an expected letter'];
+$groups->{flag}{g5} = ['greek', 'different Greek letters or symbols'];
+
 +{
-       %{ kbchars(\%rows) },
-       version => '1.0',
+       %{$groups},
+       version => '1.1',
        title => 'Space Cadet',
+       category => 'legacy',
        intro => join("\n",
                'Apparent <a href="/charset">glyphs</a> available',
-               'on the 1978 Symbolics Space Cadet keyboard',
+               'on the 1978 (later Symbolics) Space Cadet keyboard',
                'by pressing either the <em>Greek/Front</em> or <em>Top</em> key.',
                'Distinct from the modern <a href="/keyboard/altgr/apl">IBM standard</a>',
                'for <a href="/apl">APL</a> programming.',
@@ -106,5 +112,6 @@ my %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',
 }