]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blob - linux-xkb/custom
2a23ac1709e19396bf1c9d90f17fbec535e16db3
[UltimateKEYS.git] / linux-xkb / custom
1 // UltimateKEYS Keyboard Layout (Public Domain)
2
3 // GitHub : https://github.com/pieter-degroote/UltimateKEYS-core
4
5 default partial alphanumeric_keys modifier_keys
6 xkb_symbols "basic" {
7
8 name[Group1] = "English (US, UltimateKEYS)";
9
10 key <AB01> { [ z, Z, aacute, Aacute ] }; // z Z á Á
11 key <AB02> { [ x, X, agrave, Agrave ] }; // x X à À
12 key <AB03> { [ c, C, ccedilla, Ccedilla ] }; // c C ç Ç
13 key <AB04> { [ v, V, iacute, Iacute ] }; // v V í Í
14 key <AB05> { [ b, B, igrave, Igrave ] }; // b B ì Ì
15 key <AB06> { [ n, N, ntilde, Ntilde ] }; // n N ñ Ñ
16 key <AB07> { [ m, M, mu, plusminus ] }; // m M µ ±
17 key <AB08> { [ comma, less, oacute, Oacute ] }; // , < ó Ó
18 key <AB09> { [ period, greater, ograve, Ograve ] }; // . > ò Ò
19 key <AB10> { [ slash, question, questiondown, enfilledcircbullet ] }; // / ? ¿ •
20 key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; // a A ä Ä
21 key <AC02> { [ s, S, ssharp, U1E9E ] }; // s S ß ẞ
22 key <AC03> { [ d, D, acircumflex, Acircumflex ] }; // d D â Â
23 key <AC04> { [ f, F, eacute, Eacute ] }; // f F é É
24 key <AC05> { [ g, G, egrave, Egrave ] }; // g G è È
25 key <AC06> { [ h, H, uacute, Uacute ] }; // h H ú Ú
26 key <AC07> { [ j, J, ugrave, Ugrave ] }; // j J ù Ù
27 key <AC08> { [ k, K, oe, OE ] }; // k K œ Œ
28 key <AC09> { [ l, L, oslash, Ooblique ] }; // l L ø Ø
29 key <AC10> { [ semicolon, colon, degree, U2264 ] }; // ; : ° ≤
30 key <AC11> { [ apostrophe, quotedbl, periodcentered, U2265 ] }; // ' " · ≥
31 key <AD01> { [ q, Q, ae, AE ] }; // q Q æ Æ
32 key <AD02> { [ w, W, aring, Aring ] }; // w W å Å
33 key <AD03> { [ e, E, ediaeresis, Ediaeresis ] }; // e E ë Ë
34 key <AD04> { [ r, R, ecircumflex, Ecircumflex ] }; // r R ê Ê
35 key <AD05> { [ t, T, icircumflex, Icircumflex ] }; // t T î Î
36 key <AD06> { [ y, Y, ucircumflex, Ucircumflex ] }; // y Y û Û
37 key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; // u U ü Ü
38 key <AD08> { [ i, I, idiaeresis, Idiaeresis ] }; // i I ï Ï
39 key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; // o O ö Ö
40 key <AD10> { [ p, P, ocircumflex, Ocircumflex ] }; // p P ô Ô
41 key <AD11> { [ bracketleft, braceleft, guillemotleft, U2039 ] }; // [ { « ‹
42 key <AD12> { [ bracketright, braceright, guillemotright, U203A ] }; // ] } » ›
43 key <AE01> { [ 1, exclam, exclamdown, onesuperior ] }; // 1 ! ¡ ¹
44 key <AE02> { [ 2, at, twosuperior, U266B ] }; // 2 @ ² ♫
45 key <AE03> { [ 3, numbersign, threesuperior, section ] }; // 3 # ³ §
46 key <AE04> { [ 4, dollar, sterling, yen ] }; // 4 $ £ ¥
47 key <AE05> { [ 5, percent, EuroSign, cent ] }; // 5 % € ¢
48 key <AE06> { [ 6, asciicircum, atilde, Atilde ] }; // 6 ^ ã Ã
49 key <AE07> { [ 7, ampersand, otilde, Otilde ] }; // 7 & õ Õ
50 key <AE08> { [ 8, asterisk, doublelowquotemark, U266A ] }; // 8 * „ ♪
51 key <AE09> { [ 9, parenleft, leftdoublequotemark, leftsinglequotemark ] }; // 9 ( “ ‘
52 key <AE10> { [ 0, parenright, rightdoublequotemark, rightsinglequotemark ] }; // 0 ) ” ’
53 key <AE11> { [ minus, underscore, endash, emdash ] }; // - _ – —
54 key <AE12> { [ equal, plus, multiply, division ] }; // = + × ÷
55 key <BKSL> { [ backslash, bar, enspace, emspace ] }; // \ |
56 key <LSGT> { [ backslash, bar, Multi_key, Multi_key ] }; // \ |
57 key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
58 key <TLDE> { [ grave, asciitilde, Multi_key, Multi_key ] }; // ` ~
59
60 // include "kpdl(dot)" // (default: dot on keypad)
61 include "level3(ralt_switch)"
62 };