From 2c1172ef09f52d4b3076cfb17430091b11b01918 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 12 Dec 2021 11:03:49 -0500 Subject: [PATCH] FIX missing spacebar --- xkb/symbols/hypermode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkb/symbols/hypermode b/xkb/symbols/hypermode index 3cf0ab8..b65aba6 100644 --- a/xkb/symbols/hypermode +++ b/xkb/symbols/hypermode @@ -87,5 +87,5 @@ xkb_symbols "basic" { key { [ backslash, bar ] }; // space is weird becuase we also make it function as a 0 in the numlayer - key { type="SHIFT_ALTGR", [ space, space, 0 ] }; + key { type="SHIFT_ALTGR", [ space, space, 0 ] }; };