keyboard/altgr: order index by subpage categories
[sheet.git] / keyboard / altgr / spacecadet.eng.inc.pl
index cc6915d185edc299fc73c17e96a32de54af7ce21..75e2948b3a9f9215d4df343823c35eb748d1d37e 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,9 +90,10 @@ our %rows = (
 );
 
 +{
-       %{ do 'keyboard/altgr/groups.inc.pl' },
+       %{ kbchars(\%rows) },
        version => '1.0',
        title => 'Space Cadet',
+       category => 'legacy',
        intro => join("\n",
                'Apparent <a href="/charset">glyphs</a> available',
                'on the 1978 Symbolics Space Cadet keyboard',
@@ -104,5 +107,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',
 }