From 66991f60c422e87c42e24958522f8367699fe811 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 26 Nov 2025 13:30:55 +0100 Subject: xkb: Make Mango(German) better MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 0ceabe7..d15abc8 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -46,8 +46,13 @@ xkb_symbols "german" { include "mango(basic)" name[Group1] = "Mango (German)"; - key { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] }; - key { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] }; + key { [ udiaeresis, Udiaeresis, bracketleft, braceleft ] }; + key { [ ssharp, U1E9E, bracketright, braceright ] }; // ẞ + key { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; + + key { [ k, K, singlelowquotemark, doublelowquotemark ] }; + key { [ l, L, leftsinglequotemark, leftdoublequotemark ] }; }; partial -- cgit v1.2.3