// UltimateKEYS Keyboard Layout (Public Domain) // GitHub : https://github.com/pieter-degroote/UltimateKEYS-core default partial alphanumeric_keys modifier_keys xkb_symbols "basic" { name[Group1] = "English (US, UltimateKEYS)"; key { [ z, Z, aacute, Aacute ] }; // z Z á Á key { [ x, X, agrave, Agrave ] }; // x X à À key { [ c, C, ccedilla, Ccedilla ] }; // c C ç Ç key { [ v, V, iacute, Iacute ] }; // v V í Í key { [ b, B, igrave, Igrave ] }; // b B ì Ì key { [ n, N, ntilde, Ntilde ] }; // n N ñ Ñ key { [ m, M, mu, plusminus ] }; // m M µ ± key { [ comma, less, oacute, Oacute ] }; // , < ó Ó key { [ period, greater, ograve, Ograve ] }; // . > ò Ò key { [ slash, question, questiondown, enfilledcircbullet ] }; // / ? ¿ • key { [ a, A, adiaeresis, Adiaeresis ] }; // a A ä Ä key { [ s, S, ssharp, U1E9E ] }; // s S ß ẞ key { [ d, D, acircumflex, Acircumflex ] }; // d D â  key { [ f, F, eacute, Eacute ] }; // f F é É key { [ g, G, egrave, Egrave ] }; // g G è È key { [ h, H, uacute, Uacute ] }; // h H ú Ú key { [ j, J, ugrave, Ugrave ] }; // j J ù Ù key { [ k, K, oe, OE ] }; // k K œ Œ key { [ l, L, oslash, Ooblique ] }; // l L ø Ø key { [ semicolon, colon, degree, U2264 ] }; // ; : ° ≤ key { [ apostrophe, quotedbl, periodcentered, U2265 ] }; // ' " · ≥ key { [ q, Q, ae, AE ] }; // q Q æ Æ key { [ w, W, aring, Aring ] }; // w W å Å key { [ e, E, ediaeresis, Ediaeresis ] }; // e E ë Ë key { [ r, R, ecircumflex, Ecircumflex ] }; // r R ê Ê key { [ t, T, icircumflex, Icircumflex ] }; // t T î Î key { [ y, Y, ucircumflex, Ucircumflex ] }; // y Y û Û key { [ u, U, udiaeresis, Udiaeresis ] }; // u U ü Ü key { [ i, I, idiaeresis, Idiaeresis ] }; // i I ï Ï key { [ o, O, odiaeresis, Odiaeresis ] }; // o O ö Ö key { [ p, P, ocircumflex, Ocircumflex ] }; // p P ô Ô key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; // [ { « ‹ key { [ bracketright, braceright, guillemotright, U203A ] }; // ] } » › key { [ 1, exclam, exclamdown, onesuperior ] }; // 1 ! ¡ ¹ key { [ 2, at, twosuperior, U266B ] }; // 2 @ ² ♫ key { [ 3, numbersign, threesuperior, section ] }; // 3 # ³ § key { [ 4, dollar, sterling, yen ] }; // 4 $ £ ¥ key { [ 5, percent, EuroSign, cent ] }; // 5 % € ¢ key { [ 6, asciicircum, atilde, Atilde ] }; // 6 ^ ã à key { [ 7, ampersand, otilde, Otilde ] }; // 7 & õ Õ key { [ 8, asterisk, doublelowquotemark, U266A ] }; // 8 * „ ♪ key { [ 9, parenleft, leftdoublequotemark, leftsinglequotemark ] }; // 9 ( “ ‘ key { [ 0, parenright, rightdoublequotemark, rightsinglequotemark ] }; // 0 ) ” ’ key { [ minus, underscore, endash, emdash ] }; // - _ – — key { [ equal, plus, multiply, division ] }; // = + × ÷ key { [ backslash, bar, enspace, emspace ] }; // \ | key { [ backslash, bar, Multi_key, Multi_key ] }; // \ | key { [ space, space, nobreakspace, nobreakspace ] }; key { [ grave, asciitilde, Multi_key, Multi_key ] }; // ` ~ // include "kpdl(dot)" // (default: dot on keypad) include "level3(ralt_switch)" };