X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/0dbd385c08032c90c09bf97afe843d4fce619c6f..a6462b5d3af5799f73f6475cbe551b35b84c44b2:/keyboard/altgr/msx.eng.inc.pl diff --git a/keyboard/altgr/msx.eng.inc.pl b/keyboard/altgr/msx.eng.inc.pl index af79ad3..6ed49a6 100644 --- a/keyboard/altgr/msx.eng.inc.pl +++ b/keyboard/altgr/msx.eng.inc.pl @@ -81,9 +81,22 @@ my %rows = ( '/' => 'º', ); +my %uc = ( + (map { (uc $_ => uc $rows{$_}) } grep { + !defined $rows{uc $_} + } keys %rows), + '|' => '€', + 'M' => 'Ú', + '+' => 'Ø', +); + +my $groups = kbchars({%rows, %uc}); +$groups->{def}{''}{$_} .= ' ext' for keys %uc; +$groups->{flag}{ext} = ['anachrone', 'expected uppercase variants if allowed by charset']; + +{ - %{ kbchars(\%rows) }, - version => '1.0', + %{ $groups }, + version => '1.1', title => 'msx code', intro => join("\n", 'Resulting selection of equivalent Unicode characters', @@ -94,5 +107,5 @@ my %rows = ( "MSX keyboard layout table", "with the code modifier key.", ], - image => 'keyboard/altgr/msxcode.jpg', + image => 'data/keyboard/thumb/msxcode.jpg', }