From 1c7f146259d264229d71d56053c7221cda2c1601 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Mon, 24 Jun 2024 21:54:46 +0200 Subject: [PATCH] no nonbreaking space on altgr + space --- shared/fox.xkb | 2 ++ shared/sus.xkb | 1 + 2 files changed, 3 insertions(+) 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 ]}; };