no nonbreaking space on altgr + space
This commit is contained in:
parent
fac169231c
commit
1c7f146259
|
@ -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 ]};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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 ]};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user