no nonbreaking space on altgr + space

This commit is contained in:
Rachel Lambda Samuelsson 2024-06-24 21:54:46 +02:00
parent fac169231c
commit 1c7f146259
2 changed files with 3 additions and 0 deletions

View File

@ -55,5 +55,7 @@ xkb_symbols "fox" {
key <AB09> {[ v, V, VoidSymbol, VoidSymbol ]}; key <AB09> {[ v, V, VoidSymbol, VoidSymbol ]};
key <AB10> {[ z, Z, VoidSymbol, VoidSymbol ]}; key <AB10> {[ z, Z, VoidSymbol, VoidSymbol ]};
key <SPCE> {[ space, space, space, space ]};
}; };

View File

@ -5,4 +5,5 @@ xkb_symbols "sus" {
key <AD11> {[ bracketleft, braceleft, aring, Aring ]}; key <AD11> {[ bracketleft, braceleft, aring, Aring ]};
key <AC10> {[ semicolon, colon, odiaeresis, Odiaeresis ]}; key <AC10> {[ semicolon, colon, odiaeresis, Odiaeresis ]};
key <AC11> {[ apostrophe, quatedbl, adiaeresis, Adiaeresis ]}; key <AC11> {[ apostrophe, quatedbl, adiaeresis, Adiaeresis ]};
key <SPCE> {[ space, space, space, space ]};
}; };