X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/203c1ba6471f9fc4d32cfd4582f4e33219efc54d..c4ca0bd3e94a7978772dadaa3b941ecc84741407:/keyboard/altgr/symbolics.eng.inc.pl diff --git a/keyboard/altgr/symbolics.eng.inc.pl b/keyboard/altgr/symbolics.eng.inc.pl index fd7caf2..94407f9 100644 --- a/keyboard/altgr/symbolics.eng.inc.pl +++ b/keyboard/altgr/symbolics.eng.inc.pl @@ -106,11 +106,19 @@ my %rows = ( '|' => "\x{2309}", ); +my $groups = kbchars(\%rows); +$groups->{flag}{g5} = [greek => + "a different greek letter not corresponding with latin transcription" +]; +while (my ($key, $chr) = each %rows) { + $groups->{def}{''}{$key}[0] =~ s/g6/g5/ if $chr =~ /\A\p{Greek}/; +} + +{ - %{ kbchars(\%rows) }, - version => '1.0', + %{$groups}, + version => '1.1', title => 'US Symbolics', - category => 'specialised/greek', + category => 'specialised/greek/xorg', intro => join("\n", "A US English extension providing scientific", 'Unicode characters while pressing AltGr,',