keyboard: recombine translations in include syntax
[sheet.git] / keyboard / altgr / symbolics.eng.inc.pl
index dc6ebcda495c18aa34ca70794d9bc660ed096802..94407f93ee70b06ffce949765fd6309fd665c27d 100644 (file)
@@ -106,9 +106,17 @@ 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/xorg',
        intro => join("\n",