diff options
Diffstat (limited to '.xkb')
| -rw-r--r-- | .xkb/symbols/mango | 9 |
1 files 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 <AC10> { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] }; - key <AC11> { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] }; + key <AD11> { [ udiaeresis, Udiaeresis, bracketleft, braceleft ] }; + key <AD12> { [ ssharp, U1E9E, bracketright, braceright ] }; // ẞ + key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key <AC11> { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; + + key <AC08> { [ k, K, singlelowquotemark, doublelowquotemark ] }; + key <AC09> { [ l, L, leftsinglequotemark, leftdoublequotemark ] }; }; partial |