keyboard: recombine translations in include syntax
[sheet.git] / keyboard / altgr / msx.eng.inc.pl
index a7d8c0bfcb75ba517a6489f9744e429cb116dca7..95ce772cd570ab01c73623d6cc4dea5874222ec3 100644 (file)
@@ -91,7 +91,7 @@ my %uc = (
 );
 
 my $groups = kbchars({%rows, %uc});
-$groups->{def}{''}{$_} .= ' ext' for keys %uc;
+$groups->{def}{''}{$_}[0] .= ' ext' for keys %uc;
 $groups->{flag}{ext} = ['anachrone', 'expected uppercase variants if allowed by charset'];
 
 +{