diff --git a/shared/fox.xkb b/shared/fox.xkb index f86f336..22d48fd 100644 --- a/shared/fox.xkb +++ b/shared/fox.xkb @@ -55,5 +55,7 @@ xkb_symbols "fox" { key {[ v, V, VoidSymbol, VoidSymbol ]}; key {[ z, Z, VoidSymbol, VoidSymbol ]}; + key {[ space, space, space, space ]}; + }; diff --git a/shared/sus.xkb b/shared/sus.xkb index cd83264..b207b7c 100644 --- a/shared/sus.xkb +++ b/shared/sus.xkb @@ -5,4 +5,5 @@ xkb_symbols "sus" { key {[ bracketleft, braceleft, aring, Aring ]}; key {[ semicolon, colon, odiaeresis, Odiaeresis ]}; key {[ apostrophe, quatedbl, adiaeresis, Adiaeresis ]}; + key {[ space, space, space, space ]}; };