keyboard: recombine translations in include syntax
[sheet.git] / keyboard / altgr / symbolics.eng.inc.pl
index b0c3a1ebf2479a02ab4e75bece23d0e25ee51adc..94407f93ee70b06ffce949765fd6309fd665c27d 100644 (file)
@@ -107,11 +107,11 @@ my %rows = (
 );
 
 my $groups = kbchars(\%rows);
-$groups->{flag}->{g5} = [greek =>
+$groups->{flag}{g5} = [greek =>
        "a different greek letter not corresponding with latin transcription"
 ];
 while (my ($key, $chr) = each %rows) {
-       $groups->{def}->{''}->{$key} =~ s/g6/g5/ if $chr =~ /\A\p{Greek}/;
+       $groups->{def}{''}{$key}[0] =~ s/g6/g5/ if $chr =~ /\A\p{Greek}/;
 }
 
 +{