X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/14080bda5528468fe4dbc5ae3b1a3c62c47a5806..c4ca0bd3e94a7978772dadaa3b941ecc84741407:/keyboard/altgr/spacecadet.eng.inc.pl diff --git a/keyboard/altgr/spacecadet.eng.inc.pl b/keyboard/altgr/spacecadet.eng.inc.pl index 6805d53..de6c232 100644 --- a/keyboard/altgr/spacecadet.eng.inc.pl +++ b/keyboard/altgr/spacecadet.eng.inc.pl @@ -89,13 +89,19 @@ my %rows = ( '+/' => '∫', ); +my $groups = kbchars(\%rows); +$rows{$_} =~ /\A\p{Greek}/ and $groups->{def}{''}{$_}[0] =~ s/g6/g5/ for map {"+$_"} 'a'..'z'; +$groups->{flag}{g4} = ['similar', 'transliterates or transcribes an expected letter']; +$groups->{flag}{g5} = ['greek', 'different Greek letters or symbols']; + +{ - %{ kbchars(\%rows) }, - version => '1.0', + %{$groups}, + version => '1.1', title => 'Space Cadet', + category => 'legacy', intro => join("\n", 'Apparent glyphs available', - 'on the 1978 Symbolics Space Cadet keyboard', + 'on the 1978 (later Symbolics) Space Cadet keyboard', 'by pressing either the Greek/Front or Top key.', 'Distinct from the modern IBM standard', 'for APL programming.',