From c645e8650d8affd41c7ada672f33046bff8cbf8b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 25 Aug 2023 09:12:38 +0300 Subject: xkb: Fix the colon on ‘Mango (German)’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.xkb') diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index d1a7419..e36f41c 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -39,8 +39,8 @@ xkb_symbols "german" { include "mango(basic)" name[Group1] = "Mango (German)"; - key { [ space, space, singlelowquotemark, doublelowquotemark ] }; - key { [ space, space, leftsinglequotemark, leftdoublequotemark ] }; + key { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] }; + key { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] }; }; partial -- cgit v1.2.3