X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/2e8c1e3cc39cc1c6e4b858242d2a3a39481b9640..v1.18-21-gc4ca0bd3e9:/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'];