keyboard/altgr: order index by subpage categories
[sheet.git] / keyboard / altgr / spacecadet.eng.inc.pl
index dacb57f20eb14effe348288d51e7d703d54dd8fe..75e2948b3a9f9215d4df343823c35eb748d1d37e 100644 (file)
@@ -1,8 +1,7 @@
 use utf8;
 use strict;
 use warnings;
-require './keyboard/altgr/groups.inc.pl';
-Shiar_Sheet::KeyboardChars->import('kbchars');
+use Shiar_Sheet::KeyboardChars 'kbchars';
 
 my %rows = (
        'q' => '∧',
@@ -94,6 +93,7 @@ my %rows = (
        %{ 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',
@@ -107,5 +107,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',
 }