keyboard: recombine translations in include syntax
[sheet.git] / keyboard / altgr / msx.eng.inc.pl
index ec8e55635513af303b50cad2f4c4ba6788297920..95ce772cd570ab01c73623d6cc4dea5874222ec3 100644 (file)
@@ -91,19 +91,21 @@ 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',
+       version => '1.2',
        title => 'MSX code',
-       category => 'legacy/latin',
+       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",