keyboard/altgr/index: move ctrl rows to distinct inventory mode
[sheet.git] / keyboard / altgr / msx.eng.inc.pl
index 6ed49a6c3f119f5f91e173de5d3e14ece2dbebdd..95ce772cd570ab01c73623d6cc4dea5874222ec3 100644 (file)
@@ -91,21 +91,26 @@ my %uc = (
 );
 
 my $groups = kbchars({%rows, %uc});
-$groups->{def}{''}{$_} .= ' ext' for keys %uc;
+$groups->{def}{''}{$_}[0] .= ' ext' for keys %uc;
 $groups->{flag}{ext} = ['anachrone', 'expected uppercase variants if allowed by charset'];
 
 +{
        %{ $groups },
-       version => '1.1',
-       title => 'msx code',
+       version => '1.2',
+       title => 'MSX code',
+       category => 'legacy/msx/latin',
        intro => join("\n",
-               'Resulting <a href="/unicode">selection</a> of equivalent <a href="/charset">Unicode</a> characters',
+               'Resulting <a href="/unicode">selection</a>',
+               'of equivalent <a href="/charset">Unicode</a> characters',
                "when the <em>code</em> key is pressed on an MSX home computer",
                "(International model such as Toshiba HX10 or Phillips NMS 8245).",
+               'See also <a href="/keyboard/altgr/msx-graph">block graphics</a>',
+               "from pressing <em>graph</em>.",
        ),
        description => [
                "MSX keyboard layout table",
                "with the code modifier key.",
        ],
        image => 'data/keyboard/thumb/msxcode.jpg',
+       imagealt => 'Code key on a Toshiba HX10 with graph labels',
 }