S-space just output space and not nobreakspace
This commit is contained in:
parent
a48fc98970
commit
5e21a35971
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ xkb_symbols "bepo" {
|
|||
key <AB09> { [ h, H, dagger, doubledagger ] }; // h H † ‡
|
||||
key <AB10> { [ f, F, dead_ogonek, ordfeminine ] }; // f F ̨ ª
|
||||
|
||||
key <SPCE> { [ space, nobreakspace, underscore, nobreakspace ] }; // (espace) ␣ (espace insécable) _ (espace insécable fin)
|
||||
key <SPCE> { [ space, space, underscore, nobreakspace ] }; // (espace) (espace) _ (espace insécable fin)
|
||||
};
|
||||
|
||||
partial alphanumeric_keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue