X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/14080bda5528468fe4dbc5ae3b1a3c62c47a5806..7c3505283729953254055925ce997eda7789570b:/keyboard/altgr/msx.eng.inc.pl diff --git a/keyboard/altgr/msx.eng.inc.pl b/keyboard/altgr/msx.eng.inc.pl index d52a38d..95ce772 100644 --- a/keyboard/altgr/msx.eng.inc.pl +++ b/keyboard/altgr/msx.eng.inc.pl @@ -91,17 +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', - title => 'msx code', + version => '1.2', + title => 'MSX code', + category => 'legacy/msx/latin', intro => join("\n", - 'Resulting selection of equivalent Unicode characters', + 'Resulting selection', + 'of equivalent Unicode characters', "when the code key is pressed on an MSX home computer", "(International model such as Toshiba HX10 or Phillips NMS 8245).", + 'See also block graphics', + "from pressing graph.", ), description => [ "MSX keyboard layout table",