// https://cgit.freedesktop.org/xorg/proto/x11proto/tree/keysymdef.h default partial alphanumeric_keys modifier_keys xkb_symbols "basic" { include "us(basic)" name[Group1] = "Mango"; key { [ 4, dollar, 4, EuroSign ] }; key { [ 7, ampersand, 7, logicaland ] }; key { [ 8, asterisk, 8, U22C5 ] }; // ⋅ key { [ 0, parenright, 0, U00B0 ] }; // ° key { [ minus, underscore, endash, emdash ] }; key { [ e, E, eacute, Eacute ] }; key { [ t, T, thorn, THORN ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; // key { [ i, I, U0133, U0132 ] }; // ij and IJ key { [ i, I, idiaeresis, Idiaeresis ] }; key { [ o, O, odiaeresis, Odiaeresis ] }; key { [ p, P, aring, Aring ] }; key { [ backslash, bar, logicalor, bar ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; key { [ s, S, ssharp, U1E9E ] }; // ẞ key { [ semicolon, colon, leftsinglequotemark, leftdoublequotemark ] }; key { [ apostrophe, quotedbl, rightsinglequotemark, rightdoublequotemark ] }; key { [ x, X, multiply ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ comma, less, rightsinglequotemark ] }; key { [ period, greater, ellipsis ] }; key { [ space, space, nobreakspace, nobreakspace ] }; }; partial xkb_symbols "german" { include "mango(basic)" name[Group1] = "Mango (German)"; 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 xkb_symbols "swedish" { include "mango(basic)" name[Group1] = "Mango (Swedish)"; key { [ aring, Aring, bracketleft, braceleft ] }; key { [ dead_acute, dead_grave, bracketright, braceright ] }; // ◌́ and ◌̀ key { [ odiaeresis, Odiaeresis, semicolon, colon ] }; key { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; key { [ k, K, rightsinglequotemark, rightdoublequotemark ] }; key { [ l, L, rightsinglequotemark, rightdoublequotemark ] }; // Danska och norska bokstäver på nivå 3 key { [ a, A, ae, AE ] }; key { [ o, O, oslash, Oslash ] }; };