X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6e039227493aac52e7e7a31f4fb27a96e2c45353..c4ca0bd3e94a7978772dadaa3b941ecc84741407:/keyboard/altgr/spacecadet.eng.inc.pl diff --git a/keyboard/altgr/spacecadet.eng.inc.pl b/keyboard/altgr/spacecadet.eng.inc.pl index 740dd35..de6c232 100644 --- a/keyboard/altgr/spacecadet.eng.inc.pl +++ b/keyboard/altgr/spacecadet.eng.inc.pl @@ -90,7 +90,7 @@ my %rows = ( ); my $groups = kbchars(\%rows); -$rows{$_} =~ /\A\p{Greek}/ and $groups->{def}{''}{$_} =~ s/g6/g5/ for map {"+$_"} 'a'..'z'; +$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'];