// Keyboard layouts for the United States of America. default partial alphanumeric_keys modifier_keys xkb_symbols "basic" { name[Group1]= "English (US)"; key {[ grave, asciitilde ]}; key {[ 1, exclam ]}; key {[ 2, at ]}; key {[ 3, numbersign ]}; key {[ 4, dollar ]}; key {[ 5, percent ]}; key {[ 6, asciicircum ]}; key {[ 7, ampersand ]}; key {[ 8, asterisk ]}; key {[ 9, parenleft ]}; key {[ 0, parenright ]}; key {[ minus, underscore ]}; key {[ equal, plus ]}; key {[ q, Q ]}; key {[ w, W ]}; key {[ e, E ]}; key {[ r, R ]}; key {[ t, T ]}; key {[ y, Y ]}; key {[ u, U ]}; key {[ i, I ]}; key {[ o, O ]}; key {[ p, P ]}; key {[ bracketleft, braceleft ]}; key {[ bracketright, braceright ]}; key {[ a, A ]}; key {[ s, S ]}; key {[ d, D ]}; key {[ f, F ]}; key {[ g, G ]}; key {[ h, H ]}; key {[ j, J ]}; key {[ k, K ]}; key {[ l, L ]}; key {[ semicolon, colon ]}; key {[ apostrophe, quotedbl ]}; key {[ backslash, bar ]}; key {[ z, Z ]}; key {[ x, X ]}; key {[ c, C ]}; key {[ v, V ]}; key {[ b, B ]}; key {[ n, N ]}; key {[ m, M ]}; key {[ comma, less ]}; key {[ period, greater ]}; key {[ slash, question ]}; }; partial alphanumeric_keys xkb_symbols "euro" { include "us(basic)" name[Group1]= "English (US, euro on 5)"; key { [ backslash, bar ] }; include "eurosign(5)" include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "ibm238l" { include "us(basic)" name[Group1]= "English (US, IBM Arabic 238_L)"; key { [ comma, comma ] }; key { [ period, period ] }; key { [ grave, asciitilde ] }; key { [ backslash, bar ] }; key { [ less, greater ] }; }; partial alphanumeric_keys xkb_symbols "intl" { name[Group1]= "English (US, intl., with dead keys)"; key { [dead_grave, dead_tilde, grave, asciitilde ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, at, twosuperior, dead_doubleacute ] }; key { [ 3, numbersign, threesuperior, dead_macron ] }; key { [ 4, dollar, currency, sterling ] }; key { [ 5, percent, EuroSign, dead_cedilla ] }; key { [ 6, dead_circumflex, onequarter, asciicircum ] }; key { [ 7, ampersand, onehalf, dead_horn ] }; key { [ 8, asterisk, threequarters, dead_ogonek ] }; key { [ 9, parenleft, leftsinglequotemark, dead_breve ] }; key { [ 0, parenright, rightsinglequotemark, dead_abovering ] }; key { [ minus, underscore, yen, dead_belowdot ] }; key { [ equal, plus, multiply, division ] }; key { [ q, Q, adiaeresis, Adiaeresis ] }; key { [ w, W, aring, Aring ] }; key { [ e, E, eacute, Eacute ] }; key { [ r, R, registered, trademark ] }; key { [ t, T, thorn, THORN ] }; key { [ y, Y, udiaeresis, Udiaeresis ] }; key { [ u, U, uacute, Uacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ p, P, odiaeresis, Odiaeresis ] }; key { [ bracketleft, braceleft, guillemotleft, leftdoublequotemark ] }; key { [bracketright, braceright, guillemotright, rightdoublequotemark ] }; key { [ a, A, aacute, Aacute ] }; key { [ s, S, ssharp, section ] }; key { [ d, D, eth, ETH ] }; key { [ f, F, ediaeresis, Ediaeresis ] }; key { [ g, G, g, G ] }; key { [ h, H, h, H ] }; key { [ j, J, idiaeresis, Idiaeresis ] }; key { [ k, K, oe, OE ] }; key { [ l, L, oslash, Oslash ] }; key { [ semicolon, colon, paragraph, degree ] }; key { [dead_acute, dead_diaeresis, apostrophe, quotedbl ] }; key { [ z, Z, ae, AE ] }; key { [ x, X, x, X ] }; key { [ c, C, copyright, cent ] }; key { [ v, V, v, V ] }; key { [ b, B, b, B ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, mu, plusminus ] }; key { [ comma, less, ccedilla, Ccedilla ] }; key { [ period, greater, dead_abovedot, dead_caron ] }; key { [ slash, question, questiondown, dead_hook ] }; key { [ backslash, bar, notsign, brokenbar ] }; key { [ backslash, bar, backslash, bar ] }; include "level3(ralt_switch)" }; // Based on symbols/us_intl keyboard map: // Dead-keys definition for a very simple US/ASCII layout. // by Conectiva (http://www.conectiva.com.br) // modified by Ricardo Y. Igarashi (iga@that.com.br) // Added the following deadkeys, to make it truly international: // // dead_macron: on AltGr-minus // dead_breve: on AltGr-parenleft // dead_abovedot: on AltGr-period // dead_abovering: on AltGr-0 // dead_doubleacute: on AltGr-equal (as quotedbl is already used) // dead_caron: on AltGr-less (AltGr-shift-comma) // dead_cedilla: on AltGr-comma // dead_ogonek: on AltGr-semicolon // dead_belowdot: on AltGr-underscore (AltGr-shift-minus) // dead_hook: on AltGr-question // dead_horn: on AltGr-plus (AltGr-shift-equal) // dead_diaeresis: on AltGr-colon (Alt-shift-semicolon) // // those were already there: // dead_grave // dead_acute // dead_circumflex // dead_tilde // dead_diaeresis partial alphanumeric_keys xkb_symbols "alt-intl" { include "us" name[Group1]= "English (US, alt. intl.)"; key { [ dead_grave, dead_tilde, grave, asciitilde ] }; key { [ 5, percent, EuroSign ] }; key { [ 6, dead_circumflex, asciicircum, asciicircum ] }; key { [ 9, parenleft, leftsinglequotemark, dead_breve ] }; key { [ 0, parenright, rightsinglequotemark, dead_abovering ] }; key { [ minus, underscore, dead_macron, dead_belowdot ] }; key { [ equal, plus, dead_doubleacute, dead_horn ] }; key { [ e, E, EuroSign, cent ] }; key { [ semicolon, colon, dead_ogonek, dead_diaeresis ] }; key { [ dead_acute, dead_diaeresis, apostrophe, quotedbl ] }; key { [ comma, less, dead_cedilla, dead_caron ] }; key { [ period, greater, dead_abovedot, dead_circumflex ] }; key { [ slash, question, dead_hook, dead_hook ] }; key { [ backslash, bar, backslash, bar ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "dvorak" { name[Group1]= "English (Dvorak)"; key {[ grave, asciitilde, dead_grave, dead_tilde ]}; key {[ 1, exclam ]}; key {[ 2, at ]}; key {[ 3, numbersign ]}; key {[ 4, dollar ]}; key {[ 5, percent ]}; key {[ 6, asciicircum, dead_circumflex, dead_circumflex ]}; key {[ 7, ampersand ]}; key {[ 8, asterisk ]}; key {[ 9, parenleft, dead_grave, dead_breve ]}; key {[ 0, parenright ]}; key {[ bracketleft, braceleft ]}; key {[bracketright, braceright, dead_tilde]}; key {[apostrophe, quotedbl, dead_acute, dead_diaeresis ]}; key {[ comma, less, dead_cedilla, dead_caron ]}; key {[ period, greater, dead_abovedot, periodcentered ]}; key {[ p, P ]}; key {[ y, Y ]}; key {[ f, F ]}; key {[ g, G ]}; key {[ c, C ]}; key {[ r, R ]}; key {[ l, L ]}; key {[ slash, question ]}; key {[ equal, plus ]}; key {[ a, A ]}; key {[ o, O ]}; key {[ e, E ]}; key {[ u, U ]}; key {[ i, I ]}; key {[ d, D ]}; key {[ h, H ]}; key {[ t, T ]}; key {[ n, N ]}; key {[ s, S ]}; key {[ minus, underscore ]}; key {[ backslash, bar ]}; key {[ semicolon, colon, dead_ogonek, dead_doubleacute ]}; key {[ q, Q ]}; key {[ j, J ]}; key {[ k, K ]}; key {[ x, X ]}; key {[ b, B ]}; key {[ m, M ]}; key {[ w, W ]}; key {[ v, V ]}; key {[ z, Z ]}; }; // Dvorak intl., with dead keys // Olivier Mehani (shtrom-xorg@ssji.net) // Reproduce the per-key mapping of us(intl) for the dvorak layout // aka "I just swapped my keys over" partial alphanumeric_keys xkb_symbols "dvorak-intl" { name[Group1]= "English (Dvorak, intl., with dead keys)"; key { [dead_grave, dead_tilde, grave, asciitilde ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, at, twosuperior, dead_doubleacute ] }; key { [ 3, numbersign, threesuperior, dead_macron ] }; key { [ 4, dollar, currency, sterling ] }; key { [ 5, percent, EuroSign, dead_cedilla ] }; key { [ 6, dead_circumflex, onequarter, asciicircum ] }; key { [ 7, ampersand, onehalf, dead_horn ] }; key { [ 8, asterisk, threequarters, dead_ogonek ] }; key { [ 9, parenleft, leftsinglequotemark, dead_breve ] }; key { [ 0, parenright, rightsinglequotemark, dead_abovering ] }; key { [ bracketleft, braceleft, guillemotleft, leftdoublequotemark ] }; key { [bracketright, braceright, guillemotright, rightdoublequotemark ] }; key { [dead_acute, dead_diaeresis, apostrophe, quotedbl ] }; key { [ comma, less, ccedilla, Ccedilla ] }; key { [ period, greater, dead_abovedot, dead_caron ] }; key { [ p, P, odiaeresis, Odiaeresis ] }; key { [ y, Y, udiaeresis, Udiaeresis ] }; key { [ f, F, ediaeresis, Ediaeresis ] }; key { [ g, G, g, G ] }; key { [ c, C, copyright, cent ] }; key { [ r, R, registered, trademark ] }; key { [ l, L, oslash, Oslash ] }; key { [ slash, question, questiondown, dead_hook ] }; key { [ equal, plus, multiply, division ] }; key { [ a, A, aacute, Aacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ e, E, eacute, Eacute ] }; key { [ u, U, uacute, Uacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ d, D, eth, ETH ] }; key { [ h, H, h, H ] }; key { [ t, T, thorn, THORN ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ s, S, ssharp, section ] }; key { [ minus, underscore, yen, dead_belowdot ] }; key { [ semicolon, colon, paragraph, degree ] }; key { [ q, Q, adiaeresis, Adiaeresis ] }; key { [ j, J, idiaeresis, Idiaeresis ] }; key { [ k, K, oe, OE ] }; key { [ x, X, x, X ] }; key { [ b, B, b, B ] }; key { [ m, M, mu, plusminus ] }; key { [ w, W, aring, Aring ] }; key { [ v, V, v, V ] }; key { [ z, Z, ae, AE ] }; key { [ backslash, bar, notsign, brokenbar ] }; key { [ backslash, bar, backslash, bar ] }; include "level3(ralt_switch)" }; // Dvorak international without dead keys // Stephane Magnenat (stephane at magnenat dot net, http://stephane.magnenat.net) // Based on information from http://www.poupinou.org/dvorak/index.html // // ` 1 2 3 4 5 6 7 8 9 0 [ ] \ // € // // ' , . p y f g c r l / = // ä ê ë ü ç // // a o e u i d h t n s - // à ô é û î ß // // ; q j k x b m w v z // â ö è ù ï partial alphanumeric_keys xkb_symbols "dvorak-alt-intl" { include "us(dvorak)" name[Group1]= "English (Dvorak, alt. intl.)"; key { [ 4, dollar, EuroSign ] }; key { [ comma, less, adiaeresis, dead_caron ] }; key { [ period, greater, ecircumflex, periodcentered ] }; key { [ p, P, ediaeresis, dead_cedilla ] }; key { [ y, Y, udiaeresis ] }; key { [ c, C, ccedilla, dead_abovedot ] }; key { [ a, A, agrave ] }; key { [ o, O, ocircumflex ] }; key { [ e, E, eacute ] }; key { [ u, U, ucircumflex ] }; key { [ i, I, icircumflex ] }; key { [ s, S, ssharp, U1E9E ] }; key { [ semicolon, colon, acircumflex ] }; key { [ q, Q, odiaeresis, dead_ogonek ] }; key { [ j, J, egrave, dead_doubleacute ] }; key { [ k, K, ugrave ] }; key { [ x, X, idiaeresis ] }; include "level3(ralt_switch)" }; // Left and right handed dvorak layouts // by sqweek 2006-01-30 // Based on the corresponding layouts in the console-tools package. partial alphanumeric_keys xkb_symbols "dvorak-l" { include "us(dvorak)" name[Group1]= "English (Dvorak, left-handed)"; key { [ bracketleft, braceleft ] }; key { [ bracketright, braceright ] }; key { [ slash, question ] }; key { [ p, P ] }; key { [ f, F ] }; key { [ m, M ] }; key { [ l, L ] }; key { [ j, J ] }; key { [ 4, dollar ] }; key { [ 3, numbersign ] }; key { [ 2, at ] }; key { [ 1, exclam ] }; key { [ semicolon, colon ] }; key { [ q, Q ] }; key { [ b, B ] }; key { [ y, Y ] }; key { [ u, U ] }; key { [ r, R ] }; key { [ s, S ] }; key { [ o, O ] }; key { [ period, greater ] }; key { [ 6, asciicircum ] }; key { [ 5, percent ] }; key { [ equal, plus ] }; key { [ minus, underscore ] }; key { [ k, K ] }; key { [ c, C ] }; key { [ d, D ] }; key { [ t, T ] }; key { [ h, H ] }; key { [ e, E ] }; key { [ a, A ] }; key { [ z, Z ] }; key { [ 8, asterisk ] }; key { [ 7, ampersand ] }; key { [ apostrophe, quotedbl ] }; key { [ x, X ] }; key { [ g, G ] }; key { [ v, V ] }; key { [ w, W ] }; key { [ n, N ] }; key { [ i, I ] }; key { [ comma, less ] }; key { [ 0, parenright ] }; key { [ 9, parenleft ] }; }; partial alphanumeric_keys xkb_symbols "dvorak-r" { include "us(dvorak)" name[Group1]= "English (Dvorak, right-handed)"; key { [ 1, exclam ] }; key { [ 2, at ] }; key { [ 3, numbersign ] }; key { [ 4, dollar ] }; key { [ j, J ] }; key { [ l, L ] }; key { [ m, M ] }; key { [ f, F ] }; key { [ p, P ] }; key { [ slash, question ] }; key { [ bracketleft, braceleft ] }; key { [ bracketright, braceright ] }; key { [ 5, percent ] }; key { [ 6, asciicircum ] }; key { [ q, Q ] }; key { [ period, greater ] }; key { [ o, O ] }; key { [ r, R ] }; key { [ s, S ] }; key { [ u, U ] }; key { [ y, Y ] }; key { [ b, B ] }; key { [ semicolon, colon ] }; key { [ equal, plus ] }; key { [ 7, ampersand ] }; key { [ 8, asterisk ] }; key { [ z, Z ] }; key { [ a, A ] }; key { [ e, E ] }; key { [ h, H ] }; key { [ t, T ] }; key { [ d, D ] }; key { [ c, C ] }; key { [ k, K ] }; key { [ minus, underscore ] }; key { [ 9, parenleft ] }; key { [ 0, parenright ] }; key { [ x, X ] }; key { [ comma, less ] }; key { [ i, I ] }; key { [ n, N ] }; key { [ w, W ] }; key { [ v, V ] }; key { [ g, G ] }; key { [ apostrophe, quotedbl ] }; }; // Classic dvorak layout // by Piter Punk - 2006-07-06 // Based on dvorak layout and e-mail from Russel L. Harris rlharris@oplink.net // on xorg list. partial alphanumeric_keys xkb_symbols "dvorak-classic" { name[Group1]= "English (classic Dvorak)"; key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [ bracketleft, braceleft ] }; key { [ 7, ampersand ] }; key { [ 5, percent ] }; key { [ 3, numbersign ] }; key { [ 1, exclam ] }; key { [ 9, parenleft, dead_grave] }; key { [ 0, parenright ] }; key { [ 2, at ] }; key { [ 4, dollar ] }; key { [ 6, asciicircum, dead_circumflex, dead_circumflex ] }; key { [ 8, asterisk ] }; key { [ bracketright, braceright, dead_tilde] }; key { [ slash, question ] }; key { [ comma, less, dead_cedilla, dead_caron ] }; key { [ period, greater, dead_abovedot, periodcentered ] }; key { [ p, P ] }; key { [ y, Y ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ c, C ] }; key { [ r, R ] }; key { [ l, L ] }; key { [ apostrophe, quotedbl, dead_acute, dead_diaeresis ] }; key { [ equal, plus ] }; key { [ a, A ] }; key { [ o, O ] }; key { [ e, E ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ d, D ] }; key { [ h, H ] }; key { [ t, T ] }; key { [ n, N ] }; key { [ s, S ] }; key { [ minus, underscore ] }; key { [ semicolon, colon, dead_ogonek, dead_doubleacute ] }; key { [ q, Q ] }; key { [ j, J ] }; key { [ k, K ] }; key { [ x, X ] }; key { [ b, B ] }; key { [ m, M ] }; key { [ w, W ] }; key { [ v, V ] }; key { [ z, Z ] }; key { [ backslash, bar ] }; }; // programmer Dvorak, by Roland Kaufmann // License: BSD, available at // Main features: Numbers are in shift position (like French), symbols have been // placed in locations that give good hand-alternation and finger rolling with // symbols that usually follows, accented characters are possible for I18N. // Patch suggestions should be sent upstream. partial alphanumeric_keys xkb_symbols "dvp" { include "us(dvorak)" name[Group1] = "English (programmer Dvorak)"; // Unmodified Shift AltGr Shift+AltGr // symbols row, left side key { [ dollar, asciitilde, dead_tilde ] }; key { [ ampersand, percent ] }; key { [ bracketleft, 7, currency ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ braceleft, 5, cent ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ braceright, 3, yen ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ parenleft, 1, EuroSign ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ equal, 9, sterling ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; // symbols row, right side key { [ asterisk, 0 ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ parenright, 2, onehalf ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ plus, 4 ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ bracketright, 6 ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ exclam, 8, exclamdown, U2E18 ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; // reversed interrobang key { [ numbersign, grave, dead_grave ] }; // upper row, left side key { [ semicolon, colon, dead_diaeresis ] }; key { [ comma, less, guillemotleft, U201C ] }; key { [ period, greater, guillemotright, U201D ] }; key { [ p, P, paragraph, section ] }; key { [ y, Y, udiaeresis, Udiaeresis ] }; // upper row, right side key { [ c, C, ccedilla, Ccedilla ] }; key { [ r, R, registered, trademark ] }; key { [ slash, question, questiondown, U203D ] }; // interrobang key { [ at, asciicircum, dead_circumflex, dead_caron ] }; // home row, left side key { [ a, A, aring, Aring ] }; key { [ o, O, oslash, Oslash ] }; key { [ e, E, ae, AE ] }; key { [ u, U, eacute, Eacute ] }; // home row, right side key { [ d, D, eth, ETH ] }; key { [ h, H, dead_acute ] }; key { [ t, T, thorn, THORN ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ s, S, ssharp, U1E9E ] }; key { [ minus, underscore, hyphen, endash ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" }; key { [ backslash, bar ] }; // lower row, left side key { [ apostrophe, quotedbl, dead_acute ] }; // do NOT hardcode this switch; use lv3:ralt_switch option instead! //include "level3(ralt_switch)" }; // Macintosh dvorak keyboard layout // Based on the Dvorak keyboard layout found in MacOS partial alphanumeric_keys xkb_symbols "dvorak-mac" { name[Group1]= "English (Dvorak, Macintosh)"; key { [ grave, asciitilde, dead_grave, grave ] }; key { [ 1, exclam, exclamdown, U2044 ] }; key { [ 2, at, trademark, EuroSign ] }; key { [ 3, numbersign, sterling, U2039 ] }; key { [ 4, dollar, cent, U203A ] }; key { [ 5, percent, infinity, UFB01 ] }; key { [ 6, asciicircum, section, UFB02 ] }; key { [ 7, ampersand, paragraph, doubledagger ] }; key { [ 8, asterisk, enfilledcircbullet, degree ] }; key { [ 9, parenleft, ordfeminine, periodcentered ] }; key { [ 0, parenright, masculine, singlelowquotemark ] }; key { [ bracketleft, braceleft, leftdoublequotemark, rightdoublequotemark ] }; key { [ bracketright, braceright, leftsinglequotemark, rightsinglequotemark ] }; key { [ apostrophe, quotedbl, ae, AE ] }; key { [ comma, less, lessthanequal, macron ] }; key { [ period, greater, greaterthanequal, breve ] }; key { [ p, P, Greek_pi, U220F ] }; key { [ y, Y, yen, Aacute ] }; key { [ f, F, function, Idiaeresis ] }; key { [ g, G, copyright, doubleacute ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ r, R, registered, permille ] }; key { [ l, L, notsign, Ograve ] }; key { [ slash, question, division, questiondown ] }; key { [ equal, plus, notequal, plusminus ] }; key { [ a, A, aring, Aring ] }; key { [ o, O, oslash, Oslash ] }; key { [ e, E, dead_acute, acute ] }; key { [ u, U, dead_diaeresis, diaeresis ] }; key { [ i, I, dead_circumflex, asciicircum ] }; key { [ d, D, partialderivative, Icircumflex ] }; key { [ h, H, abovedot, Oacute ] }; key { [ t, T, dagger, caron ] }; key { [ n, N, dead_tilde, asciitilde ] }; key { [ s, S, ssharp, Iacute ] }; key { [ minus, underscore, endash, emdash ] }; key { [ section, plusminus ] }; key { [ semicolon, colon, ellipsis, Uacute ] }; key { [ q, Q, oe, OE ] }; key { [ j, J, U2206, Ocircumflex ] }; key { [ k, K, dead_abovering, UF8FF ] }; key { [ x, X, U2248, ogonek ] }; key { [ b, B, integral, idotless ] }; key { [ m, M, mu, Acircumflex ] }; key { [ w, W, U2211, doublelowquotemark ] }; key { [ v, V, squareroot, U25CA ] }; key { [ z, Z, Greek_OMEGA, cedilla ] }; key { [ backslash, bar, guillemotleft, guillemotright ] }; include "level3(ralt_switch)" }; // phonetic layout for Russian letters on an US keyboard // by Ivan Popov 2005-07-17 // level3 modifier is a shortcut to the "us" meaning of the keys where // we place cyrillic letters, handy for accessing the corresponding // punctuation marks. // It is important to have access to punctuation marks, and the rest of // alphabetical keys are added for being consequent so that the users // can expect the level3 modifier to give what the key label shows. partial alphanumeric_keys xkb_symbols "rus" { include "us(basic)" name[Group1]= "Russian (US, phonetic)"; key.type[group1]="FOUR_LEVEL_ALPHABETIC"; key { [ Cyrillic_a, Cyrillic_A ] }; key { [ Cyrillic_be, Cyrillic_BE ] }; key { [ Cyrillic_ve, Cyrillic_VE ] }; key { [ Cyrillic_ghe, Cyrillic_GHE ] }; key { [ Cyrillic_de, Cyrillic_DE ] }; key { [ Cyrillic_ie, Cyrillic_IE ] }; key { [ Cyrillic_io, Cyrillic_IO, grave, asciitilde ] }; key { [ Cyrillic_zhe, Cyrillic_ZHE ] }; key { [ Cyrillic_ze, Cyrillic_ZE ] }; key { [ Cyrillic_i, Cyrillic_I ] }; key { [ Cyrillic_shorti, Cyrillic_SHORTI ] }; key { [ Cyrillic_ka, Cyrillic_KA ] }; key { [ Cyrillic_el, Cyrillic_EL ] }; key { [ Cyrillic_em, Cyrillic_EM ] }; key { [ Cyrillic_en, Cyrillic_EN ] }; key { [ Cyrillic_o, Cyrillic_O ] }; key { [ Cyrillic_pe, Cyrillic_PE ] }; key { [ Cyrillic_er, Cyrillic_ER ] }; key { [ Cyrillic_es, Cyrillic_ES ] }; key { [ Cyrillic_te, Cyrillic_TE ] }; key { [ Cyrillic_u, Cyrillic_U ] }; key { [ Cyrillic_ef, Cyrillic_EF ] }; key { [ Cyrillic_ha, Cyrillic_HA ] }; key { [ Cyrillic_tse, Cyrillic_TSE ] }; key { [ Cyrillic_che, Cyrillic_CHE, semicolon, colon ] }; key { [ Cyrillic_sha, Cyrillic_SHA, bracketleft, braceleft] }; key { [ Cyrillic_shcha, Cyrillic_SHCHA, bracketright, braceright ] }; key { [ Cyrillic_hardsign, Cyrillic_HARDSIGN, equal, plus ] }; key { [ Cyrillic_yeru, Cyrillic_YERU ] }; key { [ Cyrillic_softsign, Cyrillic_SOFTSIGN ] }; key { [ Cyrillic_e, Cyrillic_E, backslash, bar ] }; key { [ Cyrillic_yu, Cyrillic_YU, apostrophe, quotedbl ] }; key { [ Cyrillic_ya, Cyrillic_YA ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "mac" { name[Group1]= "English (Macintosh)"; key.type[group1]="FOUR_LEVEL"; // Slightly improvised from http://homepage.mac.com/thgewecke/kblayout.jpg key { [ section, plusminus, section, plusminus ] }; key { [ grave, asciitilde, dead_grave, dead_horn ] }; key { [ 1, exclam, exclamdown, U2044 ] }; key { [ 2, at, trademark, EuroSign ] }; key { [ 3, numbersign, sterling, U2039 ] }; key { [ 4, dollar, cent, U203A ] }; key { [ 5, percent, infinity, UFB01 ] }; key { [ 6,asciicircum, section, UFB02 ] }; key { [ 7, ampersand, paragraph, doubledagger ] }; key { [ 8, asterisk, enfilledcircbullet, degree ] }; key { [ 9, parenleft, ordfeminine, periodcentered ] }; key { [ 0, parenright, masculine,singlelowquotemark] }; key { [ minus, underscore, endash, emdash ] }; key { [ equal, plus, notequal, plusminus ] }; key { [ q, Q, oe, OE ] }; key { [ w, W, U2211,doublelowquotemark] }; key { [ e, E, dead_acute, acute ] }; key { [ r, R, registered, U2030 ] }; key { [ t, T, dagger, dead_caron ] }; key { [ y, Y, yen, onequarter ] }; key { [ u, U, dead_diaeresis, diaeresis ] }; key { [ i, I, dead_circumflex, U02C6 ] }; key { [ o, O, oslash, Oslash ] }; key { [ p, P, Greek_pi, U220F ] }; key { [ bracketleft, braceleft, leftdoublequotemark, rightdoublequotemark ] }; key { [bracketright, braceright, leftsinglequotemark, rightsinglequotemark ] }; key { [ backslash, bar, guillemotleft, guillemotright ] }; key { [ a, A, aring, Aring ] }; key { [ s, S, ssharp, dead_stroke ] }; key { [ d, D, partialderivative, eth ] }; key { [ f, F, function, dead_hook ] }; key { [ g, G, copyright, dead_doubleacute ] }; key { [ h, H, dead_abovedot, dead_belowdot ] }; key { [ j, J, U2206, onehalf ] }; key { [ k, K,dead_abovering, UF8FF ] }; key { [ l, L, notsign, THORN ] }; key { [ semicolon, colon, U2026, thorn ] }; key { [apostrophe, quotedbl, ae, AE ] }; key { [ z, Z, Greek_OMEGA, dead_cedilla ] }; key { [ x, X, U2248, dead_ogonek ] }; // unclear whether "approxeq" is 2248 or 2245 key { [ c, C, ccedilla, Ccedilla ] }; key { [ v, V, squareroot, U25CA ] }; key { [ b, B, integral, idotless ] }; key { [ n, N, dead_tilde, U02DC ] }; key { [ m, M, mu, threequarters ] }; key { [ comma, less, lessthanequal, dead_macron ] }; key { [ period, greater, greaterthanequal, dead_breve ] }; key { [ slash, question, division, questiondown ] }; include "level3(ralt_switch)" }; // Colemak symbols for xkb on X.Org Server 7.x // 2006-01-01 Shai Coleman, http://colemak.com/ partial alphanumeric_keys xkb_symbols "colemak" { name[Group1]= "English (Colemak)"; key { [ grave, asciitilde, dead_tilde, asciitilde ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, at, masculine, twosuperior ] }; key { [ 3, numbersign, ordfeminine, threesuperior ] }; key { [ 4, dollar, cent, sterling ] }; key { [ 5, percent, EuroSign, yen ] }; key { [ 6, asciicircum, hstroke, Hstroke ] }; key { [ 7, ampersand, eth, ETH ] }; key { [ 8, asterisk, thorn, THORN ] }; key { [ 9, parenleft, leftsinglequotemark, leftdoublequotemark ] }; key { [ 0, parenright, rightsinglequotemark, rightdoublequotemark ] }; key { [ minus, underscore, endash, emdash ] }; key { [ equal, plus, multiply, division ] }; key { [ q, Q, adiaeresis, Adiaeresis ] }; key { [ w, W, aring, Aring ] }; key { [ f, F, atilde, Atilde ] }; key { [ p, P, oslash, Oslash ] }; key { [ g, G, dead_ogonek, asciitilde ] }; key { [ j, J, dstroke, Dstroke ] }; key { [ l, L, lstroke, Lstroke ] }; key { [ u, U, uacute, Uacute ] }; key { [ y, Y, udiaeresis, Udiaeresis ] }; key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; key { [ bracketleft, braceleft, guillemotleft, 0x1002039 ] }; key { [ bracketright, braceright, guillemotright, 0x100203a ] }; key { [ backslash, bar, asciitilde, asciitilde ] }; key { [ a, A, aacute, Aacute ] }; key { [ r, R, dead_grave, asciitilde ] }; key { [ s, S, ssharp, 0x1001e9e ] }; key { [ t, T, dead_acute, dead_doubleacute ] }; key { [ d, D, dead_diaeresis, asciitilde ] }; key { [ h, H, dead_caron, asciitilde ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ e, E, eacute, Eacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ apostrophe, quotedbl, otilde, Otilde ] }; key { [ z, Z, ae, AE ] }; key { [ x, X, dead_circumflex, asciitilde ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ v, V, oe, OE ] }; key { [ b, B, dead_breve, asciitilde ] }; key { [ k, K, dead_abovering, asciitilde ] }; key { [ m, M, dead_macron, asciitilde ] }; key { [ comma, less, dead_cedilla, asciitilde ] }; key { [ period, greater, dead_abovedot, asciitilde ] }; key { [ slash, question, questiondown, asciitilde ] }; key { [ BackSpace, BackSpace, BackSpace, BackSpace ] }; key { [ minus, underscore, endash, emdash ] }; key { [ space, space, space, nobreakspace ] }; include "level3(ralt_switch)" }; // Colemak-DH (ANSI) symbols for xkb on X.Org Server 7.x // 2014-10-25 by SteveP, https://colemakmods.github.io/mod-dh/ xkb_symbols "colemak_dh" { include "us(colemak)" name[Group1]= "English (Colemak-DH)"; key { [ b, B, dead_breve, asciitilde ] }; key { [ g, G, dead_ogonek, asciitilde ] }; key { [ m, M, dead_macron, asciitilde ] }; key { [ z, Z, ae, AE ] }; key { [ x, X, dead_circumflex, asciitilde ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ d, D, dead_diaeresis, asciitilde ] }; key { [ z, Z, ae, AE ] }; //Z appears here too because key is not present on ANSI keyboards key { [ h, H, dead_caron, asciitilde ] }; }; // Colemak-DH (Wide) symbols for xkb on X.Org Server 7.x // https://colemakmods.github.io/mod-dh/ xkb_symbols "colemak_dh_wide" { include "us(colemak_dh)" name[Group1]= "English (Colemak-DH Wide)"; key { [ equal, plus, multiply, division ] }; key { [ 7, ampersand, eth, ETH ] }; key { [ 8, asterisk, thorn, THORN ] }; key { [ 9, parenleft, leftsinglequotemark, leftdoublequotemark ] }; key { [ 0, parenright, rightsinglequotemark, rightdoublequotemark ] }; key { [ minus, underscore, endash, emdash ] }; key { [ bracketleft, braceleft, guillemotleft, 0x1002039 ] }; key { [ j, J, dstroke, Dstroke ] }; key { [ l, L, lstroke, Lstroke ] }; key { [ u, U, uacute, Uacute ] }; key { [ y, Y, udiaeresis, Udiaeresis ] }; key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; key { [ apostrophe, quotedbl, otilde, Otilde ] }; key { [ bracketright, braceright, guillemotright, 0x100203a ] }; key { [ m, M, dead_macron, asciitilde ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ e, E, eacute, Eacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ slash, question, questiondown, asciitilde ] }; key { [ k, K, dead_abovering, asciitilde ] }; key { [ h, H, dead_caron, asciitilde ] }; key { [ comma, less, dead_cedilla, asciitilde ] }; key { [ period, greater, dead_abovedot, asciitilde ] }; key { [ slash, question, questiondown, asciitilde ] }; }; // Colemak-DH (ISO) symbols for xkb on X.Org Server 7.x // https://colemakmods.github.io/mod-dh/ xkb_symbols "colemak_dh_iso" { include "us(colemak_dh)" name[Group1]= "English (Colemak-DH ISO)"; key { [ numbersign, asciitilde, backslash, bar ] }; key { [ backslash, bar, asciitilde, brokenbar ] }; }; // Colemak-DH (Wide ISO) symbols for xkb on X.Org Server 7.x // https://colemakmods.github.io/mod-dh/ xkb_symbols "colemak_dh_wide_iso" { include "us(colemak_dh_wide)" name[Group1]= "English (Colemak-DH Wide ISO)"; key { [ numbersign, asciitilde, backslash, bar ] }; key { [ apostrophe, quotedbl, otilde, Otilde ] }; key { [ backslash, bar, asciitilde, brokenbar ] }; key { [ slash, question, questiondown, asciitilde ] }; }; // Colemak-DH (ortholinear) symbols for xkb on X.Org Server 7.x // https://colemakmods.github.io/mod-dh/ xkb_symbols "colemak_dh_ortho" { include "us(colemak_dh)" name[Group1]= "English (Colemak-DH Ortholinear)"; key { [ z, Z, ae, AE ] }; key { [ x, X, dead_circumflex, asciitilde ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ d, D, dead_diaeresis, asciitilde ] }; key { [ v, V, oe, OE ] }; }; // I do NOT like dead-keys - the International keyboard as defined by Microsoft // does not fit my needs. Why use two keystrokes for all simple characters (eg ' // and generates a single ') just to have an é (eacute) in two strokes // as well? I type ' more often than é (eacute). // // This file works just like a regular keyboard, BUT has all dead-keys // accessible at level3 (through AltGr). An ë (ediaeresis) is now: AltGr+" // followed by an e. In other words, this keyboard is not international as long // as you leave the right Alt key alone. // // The original MS International keyboard was intended for Latin1 (iso8859-1). // With the introduction of iso8859-15, the (important) ligature oe (and OE) // became available. I added them next to ae. Because I write ediaeresis more // often than registered, I moved registered to be next to copyright and added // ediaeresis and idiaeresis. - Adriaan // // Note: there is an "altgr-weur" layout (in extras) which is no longer based on // the Microsoft layout, supports all chars that altgr-intl offers, but is // optimized for 10 Western European languages. More info: https://altgr-weur.eu partial alphanumeric_keys xkb_symbols "altgr-intl" { include "us(intl)" name[Group1]= "English (intl., with AltGr dead keys)"; // five dead keys moved into level3: key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [apostrophe,quotedbl, dead_acute, dead_diaeresis ] }; // diversions from the MS Intl keyboard: key { [ 1, exclam, onesuperior, exclamdown ] }; key { [ r, R, ediaeresis, Ediaeresis ] }; key { [ f, F, f, F ] }; key { [ x, X, oe, OE ] }; key { [ v, V, registered, trademark ] }; // onequarter etc (not in iso8859-15) moved to get three unshifted deadkeys: key { [ 6, asciicircum, dead_circumflex, onequarter ] }; key { [ 7, ampersand, dead_horn, onehalf ] }; key { [ 8, asterisk, dead_ogonek, threequarters ] }; include "level3(ralt_switch)" }; // This (altgr-weur) layout is based on combined letter frequencies // for English, German, Dutch, French, Spanish, Portuguese, Italian, // Danish, Norwegian, Swedish and Finnish: all accented characters for // those languages are available through AltGr- combinations. Further // explanation can be found at: https://www.altgr-weur.eu/ // - Adriaan and Enno // Version info (for altgr-weur ONLY): // $Id: altgr-weur,v 2.0 2021/04/12 11:27:12 adriaan Exp $ partial alphanumeric_keys xkb_symbols "altgr-weur" { name[Group1]= "English (Western European AltGr dead keys)"; key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [ 1, exclam, exclamdown, dead_abovedot ] }; key { [ 2, at, twosuperior, dead_doubleacute ] }; key { [ 3, numbersign, threesuperior, dead_macron ] }; key { [ 4, dollar, cent, yen ] }; key { [ 5, percent, EuroSign, sterling ] }; key { [ 6,asciicircum, dead_circumflex, dead_caron ] }; key { [ 7, ampersand, doublelowquotemark, singlelowquotemark ] }; key { [ 8, asterisk, ssharp, dead_greek ] }; key { [ 9, parenleft, leftdoublequotemark, leftsinglequotemark ] }; key { [ 0, parenright, rightdoublequotemark, rightsinglequotemark ] }; key { [ minus, underscore, endash, emdash ] }; key { [ equal, plus, degree, dead_abovering ] }; key { [ q, Q, aring, Aring ] }; key { [ w, W, ae, AE ] }; key { [ e, E, ediaeresis, Ediaeresis ] }; key { [ r, R, egrave, Egrave ] }; key { [ t, T, oslash, Oslash ] }; key { [ y, Y, ugrave, Ugrave ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ i, I, idiaeresis, Idiaeresis ] }; key { [ o, O, odiaeresis, Odiaeresis ] }; key { [ p, P, ograve, Ograve ] }; // U203[9A]: single right/left-pointing angle quotation marks key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; key { [bracketright,braceright, guillemotright, U203A ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; key { [ s, S, agrave, Agrave ] }; key { [ d, D, eacute, Eacute ] }; key { [ f, F, ecircumflex, Ecircumflex ] }; key { [ g, G, icircumflex, Icircumflex ] }; key { [ h, H, ucircumflex, Ucircumflex ] }; key { [ j, J, uacute, Uacute ] }; key { [ k, K, iacute, Iacute ] }; key { [ l, L, oacute, Oacute ] }; key { [ semicolon, colon, ocircumflex, Ocircumflex ] }; key { [apostrophe, quotedbl, dead_acute, dead_diaeresis ] }; key { [ z, Z, aacute, Aacute ] }; key { [ x, X, acircumflex, Acircumflex ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ v, V, atilde, Atilde ] }; key { [ b, B, otilde, Otilde ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, igrave, Igrave ] }; key { [ comma, less, dead_cedilla, dead_ogonek ] }; key { [ period, greater, oe, OE ] }; key { [ slash, question, questiondown, dead_stroke ] }; // ij ligature IJ ligature key { [ backslash, bar, U0133, U0132 ] }; include "level3(ralt_switch)" }; // Intel ClassmatePC Keyboard Layout // by Piter PUNK // // The keyboard layouts below maps the us(basic), us(intl) and us(alt-intl) // to ClassmatePC keyboard. All layouts uses RCTL as level3(switch) since // the keyboard does not have AltGr key. The EuroSign is engraved at 5 key. // classmate - us(basic) partial alphanumeric_keys xkb_symbols "classmate" { // #HW-SPECIFIC include "us(basic)" name[Group1]= "English (US)"; key { [ backslash, bar, backslash, bar ] }; include "eurosign(5)" include "level3(switch)" }; // classmate-intl - us(intl) // RCTL is generated by Fn+Alt, because of that, when trying to access // the level3 symbols at 7,8,9,0, u,i,o,p, j,k,l,;, and m,.,/, we get // the keypad keycodes. The keypad is changed to make Fn+Alt+ // generate the same symbol as the original key. partial alphanumeric_keys xkb_symbols "classmate-intl" { // #HW-SPECIFIC include "us(intl)" name[Group1]= "English (US)"; key.type[Group1]="FOUR_LEVEL"; key { [ backslash, bar, backslash, bar ] }; key { [ KP_Home, KP_7, onehalf, dead_horn ] }; key { [ KP_Up, KP_8, threequarters, dead_ogonek ] }; key { [ KP_Prior, KP_9, leftsinglequotemark, dead_breve ] }; key { [ KP_Multiply, KP_Multiply, rightsinglequotemark, dead_abovering ] }; key { [ KP_Left, KP_4, uacute, Uacute ] }; key { [ KP_Begin, KP_5, iacute, Iacute ] }; key { [ KP_Right, KP_6, oacute, Oacute ] }; key { [ KP_Subtract, KP_Subtract, odiaeresis, Odiaeresis ] }; key { [ KP_Down, KP_2, oe, OE ] }; key { [ KP_Next, KP_3, oslash, Oslash ] }; key { [ KP_Add, KP_Add, paragraph, degree ] }; key { [ KP_Insert, KP_0, mu, mu ] }; key { [ KP_Delete, KP_Decimal, dead_abovedot, dead_caron ] }; key { [ KP_Divide, KP_Divide, questiondown, dead_hook ] }; include "level3(switch)" }; // classmate-alt-intl - us(alt-intl) // RCTL is generated by Fn+Alt, because of that, when trying to access // the level3 symbols at 7,8,9,0, u,i,o,p, j,k,l,;, and m,.,/, we get // the keypad keycodes. The keypad is changed to make Fn+Alt+ // generate the same symbol as the original key. partial alphanumeric_keys xkb_symbols "classmate-alt-intl" { // #HW-SPECIFIC include "us(alt-intl)" name[Group1]= "English (US)"; key.type[Group1]="FOUR_LEVEL"; key { [ backslash, bar, backslash, bar ] }; key { [ KP_Subtract, KP_Subtract ] }; key { [ KP_Prior, KP_9, leftsinglequotemark, dead_breve ] }; key { [ KP_Multiply, KP_Multiply, rightsinglequotemark, dead_abovering ] }; key { [ KP_Add, KP_Add, dead_ogonek, dead_diaeresis ] }; key { [ KP_Delete, KP_Decimal, dead_abovedot, dead_circumflex] }; key { [ KP_Divide, KP_Divide, dead_hook, dead_hook ] }; include "level3(switch)" }; // classmate-altgr-intl - us(altgr-intl) // RCTL is generated by Fn+Alt, because of that, when trying to access // the level3 symbols at 7,8,9,0, u,i,o,p, j,k,l,;, and m,.,/, we get // the keypad keycodes. The keypad is changed to make Fn+Alt+ // generate the same symbol as the original key. partial alphanumeric_keys xkb_symbols "classmate-altgr-intl" { // #HW-SPECIFIC include "us(altgr-intl)" name[Group1]= "English (US)"; key.type[Group1]="FOUR_LEVEL"; key { [ backslash, bar, backslash, bar ] }; key { [ KP_Home, KP_7, dead_horn, dead_horn ] }; key { [ KP_Up, KP_8, dead_ogonek, dead_ogonek ] }; key { [ KP_Prior, KP_9, leftsinglequotemark, dead_breve ] }; key { [ KP_Multiply, KP_Multiply, rightsinglequotemark, dead_abovering ] }; key { [ KP_Left, KP_4, uacute, Uacute ] }; key { [ KP_Begin, KP_5, iacute, Iacute ] }; key { [ KP_Right, KP_6, oacute, Oacute ] }; key { [ KP_Subtract, KP_Subtract, odiaeresis, Odiaeresis ] }; key { [ KP_End, KP_1, idiaeresis, Idiaeresis ] }; key { [ KP_Down, KP_2, oe, OE ] }; key { [ KP_Next, KP_3, oslash, Oslash ] }; key { [ KP_Add, KP_Add, paragraph, degree ] }; key { [ KP_Insert, KP_0, mu, mu ] }; key { [ KP_Delete, KP_Decimal, dead_abovedot, dead_caron ] }; key { [ KP_Divide, KP_Divide, questiondown, dead_hook ] }; include "level3(switch)" }; partial alphanumeric_keys xkb_symbols "olpc" { // #HW-SPECIFIC include "us(basic)" name[Group1]= "English (US)"; // OLPC international US English keyboard layout. // It's a little different from the usual international layout. // See: http://wiki.laptop.org/go/Image:Keyboard_english.png key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [ 1, exclam, exclamdown, exclamdown ] }; key { [ 2, at, notsign, notsign ] }; key { [ 3, numbersign, 0x1000300, 0x1000300 ] }; // combining grave key { [ 4, dollar, 0x1000301, 0x1000301 ] }; // combining acute key { [ 5, percent, 0x1000306, 0x1000306 ] }; // combining breve above key { [ 6,asciicircum, 0x100030A, 0x100030A ] }; // combining ring above key { [ 7, ampersand, 0x1000302, 0x1000302 ] }; // combining circumflex above key { [ 8, asterisk, 0x100030C, 0x100030C ] }; // combining caron above key { [ 9, parenleft, 0x1000307, 0x1000307 ] }; // combining dot above key { [ 0, parenright, 0x1000308, 0x1000308 ] }; // combining diaeresis above key { [ minus, underscore, 0x1000304, 0x1000304 ] }; // combining macron above key { [ equal, plus, 0x1000303, 0x1000303 ] }; // combining tilde above key { [ q, Q, Greek_omega, Greek_OMEGA ] }; key { [ w, W, oslash, Oslash ] }; key { [ e, E, oe, OE ] }; key { [ r, R, 0x1000327, 0x1000327 ] }; // combining cedilla key { [ t, T, 0x100032E, 0x100032E ] }; // combining breve below key { [ y, Y, 0x1000325, 0x1000325 ] }; // combining ring below key { [ u, U, 0x100032D, 0x100032D ] }; // combining circumflex below key { [ i, I, 0x100032C, 0x100032C ] }; // combining caron below key { [ o, O, 0x1000323, 0x1000323 ] }; // combining dot below key { [ p, P, 0x1000324, 0x1000324 ] }; // combining diaeresis below key { [ bracketleft, braceleft, 0x1000331, 0x1000331 ] }; // combining macron below key { [bracketright, braceright, 0x1000330, 0x1000330 ] }; // combining tilde below key { [ a, A, ae, AE ] }; key { [ s, S, ssharp, 0x1001E9E ] }; // uppercase S sharp key { [ d, D, eth, ETH ] }; key { [ f, F, thorn, THORN ] }; key { [ h, H, sterling, sterling ] }; key { [ j, J, EuroSign, EuroSign ] }; key { [ semicolon, colon, masculine, ordfeminine ] }; key { [ apostrophe, quotedbl, currency, currency ] }; key { [ backslash, bar, section, section ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, mu, mu ] }; key { [ comma, less, guillemotleft, guillemotleft ] }; key { [ period, greater, guillemotright, guillemotright ] }; key { [ slash, question, questiondown, questiondown ] }; key { [ multiply, division, ISO_Next_Group, ISO_Prev_Group ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "olpc2" { include "us(olpc)" name[Group1]= "English (the divide/multiply toggle the layout)"; include "group(olpc)" }; xkb_symbols "olpcm" { // #HW-SPECIFIC include "us(basic)" name[Group1]= "English (US)"; // Mechanical (non-membrane) OLPC int'l US English keyboard layout. // See: http://wiki.laptop.org/go/OLPC_English_Non-membrane_Keyboard key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [ 1, exclam, exclamdown, exclamdown ] }; key { [ 2, at, notsign, notsign ] }; key { [ 3, numbersign, 0x1000300, 0x1000300 ] }; // combining grave key { [ 4, dollar, 0x1000301, 0x1000301 ] }; // combining acute key { [ 5, percent, 0x1000306, 0x1000306 ] }; // combining breve above key { [ 6,asciicircum, 0x100030A, 0x100030A ] }; // combining ring above key { [ 7, ampersand, 0x1000302, 0x1000302 ] }; // combining circumflex above key { [ 8, asterisk, 0x100030C, 0x100030C ] }; // combining caron above key { [ 9, parenleft, 0x1000307, 0x1000307 ] }; // combining dot above key { [ 0, parenright, 0x1000308, 0x1000308 ] }; // combining diaeresis above key { [ minus, underscore, 0x1000304, 0x1000304 ] }; // combining macron above key { [ q, Q, Greek_omega, Greek_OMEGA ] }; key { [ w, W, oslash, Oslash ] }; key { [ e, E, oe, OE ] }; key { [ r, R, 0x1000327, 0x1000327 ] }; // combining cedilla key { [ t, T, 0x100032E, 0x100032E ] }; // combining breve below key { [ y, Y, 0x1000325, 0x1000325 ] }; // combining ring below key { [ u, U, 0x100032D, 0x100032D ] }; // combining circumflex below key { [ i, I, 0x100032C, 0x100032C ] }; // combining caron below key { [ o, O, 0x1000323, 0x1000323 ] }; // combining dot below key { [ p, P, 0x1000324, 0x1000324 ] }; // combining diaeresis below key { [ bracketleft, braceleft, 0x1000331, 0x1000331 ] }; // combining macron below key { [bracketright, braceright, 0x1000330, 0x1000330 ] }; // combining tilde below key { [ a, A, ae, AE ] }; key { [ s, S, ssharp, 0x1001E9E ] }; // uppercase S sharp key { [ d, D, eth, ETH ] }; key { [ f, F, thorn, THORN ] }; key { [ h, H, sterling, sterling ] }; key { [ j, J, EuroSign, EuroSign ] }; key { [ semicolon, colon, masculine, ordfeminine ] }; // no AC11 or AC12 on olpcm key { [ c, C, ccedilla, Ccedilla ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, mu, mu ] }; key { [ comma, less, guillemotleft, guillemotleft ] }; key { [ period, greater, guillemotright, guillemotright ] }; key { [ slash, question, questiondown, questiondown ] }; key { [ backslash, bar, section, section ] }; key { [ equal, plus, 0x1000303, 0x1000303 ] }; key { [ apostrophe, quotedbl, currency, currency ] }; include "level3(ralt_switch)" }; // Based on Cherokee Nation Official Layout // http://www.cherokee.org/extras/downloads/font/Keyboard.htm partial alphanumeric_keys modifier_keys xkb_symbols "chr" { name[Group1]= "Cherokee"; key.type[group1]="ALPHABETIC"; key { [ grave, U13CA ] }; key { [ 1, U13B1 ] }; key { [ 2, U13C7 ] }; key { [ 3, U13E7 ] }; key { [ U13D9, U13B0 ] }; key { [ U13E6, U13B9 ] }; key { [ U13DC, U13DD ] }; key { [ U13CB, U13E1 ] }; key { [ U13D6, U13BA ] }; key { [ U13D2, parenleft ] }; key { [ U13C4, parenright ] }; key { [ U13BF, U13BC ] }; key { [ U13F3, U13BD ] }; key { [ U13AA, U13C6 ] }; key { [ U13B3, U13EB ] }; key { [ U13A1, U13E3 ] }; key { [ U13DB, U13CF ] }; key { [ U13D4, U13D8 ] }; key { [ U13EF, U13F2 ] }; key { [ U13A4, U13AD ] }; key { [ U13A2, U13F1 ] }; key { [ U13A3, U13EC ] }; key { [ U13C1, U13EA ] }; key { [ U13D5, U13D1 ] }; key { [ U13B6, U13E4 ] }; key { [ U13E9, U13EE ] }; key { [ U13A0, U13CC ] }; key { [ U13CD, U13CE ] }; key { [ U13D7, U13D0 ] }; key { [ U13A9, U13C8 ] }; key { [ U13A6, U13E5 ] }; key { [ U13AF, U13B2 ] }; key { [ U13DA, U13AB ] }; key { [ U13B8, U13A7 ] }; key { [ U13B5, U13AE ] }; key { [ U13E8, U13E0 ] }; key { [ apostrophe, quotedbl ] }; key { [ U13AC, U13C3 ] }; key { [ U13F4, U13ED ] }; key { [ U13D3, U13DF ] }; key { [ U13A5, U13DE ] }; key { [ U13A8, U13F0 ] }; key { [ U13BE, U13BB ] }; key { [ U13C5, U13B7 ] }; key { [ comma, U13E2 ] }; key { [ period, U13B4 ] }; key { [ U13C2, U13C9 ] }; }; // Add Hawaiian `okina and kahako to US layout // Author: Greg Meyer , 2020 // this mapping follows the one for Windows here: http://www.olelo.hawaii.edu/enehana/winkbd.php // `okina replaces apostrophe (apostrophe moves to level 3) // vowels with kahako (macron) are level 3 symbols partial alphanumeric_keys xkb_symbols "haw" { include "us(basic)" name[Group1] = "Hawaiian"; // `okina replaces single apostrophe // alt gives the literal apostrophe key {[ U02BB, quotedbl, apostrophe ] }; // kahako key {[ a, A, amacron, Amacron ]}; key {[ e, E, emacron, Emacron ]}; key {[ u, U, umacron, Umacron ]}; key {[ i, I, imacron, Imacron ]}; key {[ o, O, omacron, Omacron ]}; include "level3(ralt_switch)" }; // Serbian charecters added as third level symbols to US keyboard layout. partial alphanumeric_keys xkb_symbols "hbs" { include "us" name[Group1]= "Serbo-Croatian (US)"; key { [ grave, asciitilde ] }; key { [ 6, dead_caron, asciicircum, asciicircum ] }; key { [ 8, asterisk, multiply, division ] }; key { [ minus, underscore, endash, emdash ] }; key { [ l, L, U01C9, U01C8 ] }; // lj Lj key { [ n, N, U01CC, U01CB ] }; // nj Nj key { [ z, Z, U01C6, U01C5 ] }; // dž Dž key { [ e, E, EuroSign, cent ] }; key { [ d, D, dstroke, Dstroke ] }; key { [ dead_acute, quotedbl, apostrophe, apostrophe ] }; key { [ space, space, nobreakspace, nobreakspace ] }; key { [ comma, less, U3003, guillemotright ] }; key { [ period, greater, ellipsis, guillemotleft ] }; include "level3(ralt_switch)" }; // Workman Keyboard Layout symbols for xkb on X.Org Server 7.x // 09-06-2010 OJ Bucao. http://www.workmanlayout.com partial alphanumeric_keys xkb_symbols "workman" { include "us(basic)" name[Group1]= "English (Workman)"; key { [ q, Q ] }; key { [ d, D ] }; key { [ r, R ] }; key { [ w, W ] }; key { [ b, B ] }; key { [ j, J ] }; key { [ f, F ] }; key { [ u, U ] }; key { [ p, P ] }; key { [ semicolon, colon ] }; key { [ a, A ] }; key { [ s, S ] }; key { [ h, H ] }; key { [ t, T ] }; key { [ g, G ] }; key { [ y, Y ] }; key { [ n, N ] }; key { [ e, E ] }; key { [ o, O ] }; key { [ i, I ] }; key { [ z, Z ] }; key { [ x, X ] }; key { [ m, M ] }; key { [ c, C ] }; key { [ v, V ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ BackSpace, Escape ] }; }; partial alphanumeric_keys xkb_symbols "workman-intl" { include "us(intl)" name[Group1]= "English (Workman, intl., with dead keys)"; key { [ q, Q, adiaeresis, Adiaeresis ] }; key { [ d, D, eth, ETH ] }; key { [ r, R, registered, trademark ] }; key { [ w, W, aring, Aring ] }; key { [ b, B, b, B ] }; key { [ j, J, idiaeresis, Idiaeresis ] }; key { [ f, F, ediaeresis, Ediaeresis ] }; key { [ u, U, uacute, Uacute ] }; key { [ p, P, odiaeresis, Odiaeresis ] }; key { [ semicolon, colon, paragraph, degree ] }; key { [ a, A, aacute, Aacute ] }; key { [ s, S, ssharp, section ] }; key { [ h, H, h, H ] }; key { [ t, T, thorn, THORN ] }; key { [ g, G, g, G ] }; key { [ y, Y, udiaeresis, Udiaeresis ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ e, E, eacute, Eacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ z, Z, ae, AE ] }; key { [ x, X, x, X ] }; key { [ m, M, mu, plusminus ] }; key { [ c, C, copyright, cent ] }; key { [ v, V, v, V ] }; key { [ k, K, oe, OE ] }; key { [ l, L, oslash, Oslash ] }; key { [ BackSpace, Escape, BackSpace, BackSpace ] }; include "level3(ralt_switch)" }; // US Workman-P layout based on US Workman with top row digits switched only // US Workman layout site: https://workmanlayout.org partial alphanumeric_keys xkb_symbols "workman-p" { include "us(workman)" name[Group1]= "English (Workman-P)"; key { [ exclam, 1 ] }; key { [ at, 2 ] }; key { [ numbersign, 3 ] }; key { [ dollar, 4 ] }; key { [ percent, 5 ] }; key { [ asciicircum, 6 ] }; key { [ ampersand, 7 ] }; key { [ asterisk, 8 ] }; key { [ parenleft, 9 ] }; key { [ parenright, 0 ] }; }; // Norman keyboard layout symbols for xkb on X.Org Server 7.x // Written 11/23/2012, revised 3/7/2013 by David Norman http://normanlayout.info // To the extent possible under law, the author(s) have dedicated all // copyright and related and neighboring rights to this software to the // public domain worldwide. This software is distributed without any warranty. partial alphanumeric_keys xkb_symbols "norman" { include "us(basic)" name[Group1]= "English (Norman)"; key { [ q, Q ] }; key { [ w, W ] }; key { [ d, D ] }; key { [ f, F ] }; key { [ k, K ] }; key { [ j, J ] }; key { [ u, U ] }; key { [ r, R ] }; key { [ l, L ] }; key { [ semicolon, colon ] }; key { [ a, A ] }; key { [ s, S ] }; key { [ e, E ] }; key { [ t, T ] }; key { [ g, G ] }; key { [ y, Y ] }; key { [ n, N ] }; key { [ i, I ] }; key { [ o, O ] }; key { [ h, H ] }; key { [ z, Z ] }; key { [ x, X ] }; key { [ c, C ] }; key { [ v, V ] }; key { [ b, B ] }; key { [ p, P ] }; key { [ m, M ] }; key { [ BackSpace ] }; include "level3(ralt_switch)" }; // Carpalx layout created by Martin Krzywinski // http://mkweb.bcgsc.ca/carpalx/ partial alphanumeric_keys xkb_symbols "carpalx" { name[Group1]= "English (Carpalx)"; key { [ grave, asciitilde ] }; key { [ 1, exclam ] }; key { [ 2, at ] }; key { [ 3, numbersign ] }; key { [ 4, dollar ] }; key { [ 5, percent ] }; key { [ 6, asciicircum ] }; key { [ 7, ampersand ] }; key { [ 8, asterisk ] }; key { [ 9, parenleft ] }; key { [ 0, parenright ] }; key { [ minus, underscore ] }; key { [ equal, plus ] }; key { [ q, Q ] }; key { [ g, G ] }; key { [ m, M ] }; key { [ l, L ] }; key { [ w, W ] }; key { [ y, Y ] }; key { [ f, F ] }; key { [ u, U ] }; key { [ b, B ] }; key { [ semicolon, colon ] }; key { [ bracketleft, braceleft ] }; key { [ bracketright, braceright ] }; key { [ d, D ] }; key { [ s, S ] }; key { [ t, T ] }; key { [ n, N ] }; key { [ r, R ] }; key { [ i, I ] }; key { [ a, A ] }; key { [ e, E ] }; key { [ o, O ] }; key { [ h, H ] }; key { [ apostrophe, quotedbl ] }; key { [ z, Z ] }; key { [ x, X ] }; key { [ c, C ] }; key { [ v, V ] }; key { [ j, J ] }; key { [ k, K ] }; key { [ p, P ] }; key { [ comma, less ] }; key { [ period, greater ] }; key { [ slash, question ] }; key { [ backslash, bar ] }; }; // Carpalx layout created by Martin Krzywinski // http://mkweb.bcgsc.ca/carpalx/ // Merged with us(intl) and modified to move // accented vowels closer to the plain vowels partial alphanumeric_keys xkb_symbols "carpalx-intl" { name[Group1]= "English (Carpalx, intl., with dead keys)"; key { [dead_grave, dead_tilde, grave, asciitilde ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, at, twosuperior, dead_doubleacute ] }; key { [ 3, numbersign, threesuperior, dead_macron ] }; key { [ 4, dollar, currency, sterling ] }; key { [ 5, percent, EuroSign, dead_cedilla ] }; key { [ 6, dead_circumflex, onequarter, asciicircum ] }; key { [ 7, ampersand, onehalf, dead_horn ] }; key { [ 8, asterisk, threequarters, dead_ogonek ] }; key { [ 9, parenleft, leftsinglequotemark, dead_breve ] }; key { [ 0, parenright, rightsinglequotemark, dead_abovering ] }; key { [ minus, underscore, yen, dead_belowdot ] }; key { [ equal, plus, multiply, division ] }; key { [ q, Q, degree, paragraph ] }; key { [ g, G, U011F, U011E ] }; key { [ m, M, mu, plusminus ] }; key { [ l, L, copyright, cent ] }; key { [ w, W, w, W ] }; key { [ y, Y, idiaeresis, Idiaeresis ] }; key { [ f, F, adiaeresis, Adiaeresis ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ b, B, odiaeresis, Odiaeresis ] }; key { [ semicolon, colon, oslash, Oslash ] }; key { [ bracketleft, braceleft, guillemotleft, leftdoublequotemark ] }; key { [bracketright, braceright, guillemotright, rightdoublequotemark ] }; key { [ d, D, eth, ETH ] }; key { [ s, S, ssharp, section ] }; key { [ t, T, thorn, THORN ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ r, R, registered, trademark ] }; key { [ i, I, iacute, Iacute ] }; key { [ a, A, aacute, Aacute ] }; key { [ e, E, eacute, Eacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ h, H, uacute, Uacute ] }; key { [dead_acute, dead_diaeresis, apostrophe, quotedbl ] }; key { [ z, Z, z, Z ] }; key { [ x, X, U015F, U015E ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ v, V, ae, AE ] }; key { [ j, J, oe, OE ] }; key { [ k, K, U0131, U0130 ] }; key { [ p, P, aring, Aring ] }; key { [ comma, less, ediaeresis, Ediaeresis ] }; key { [ period, greater, dead_abovedot, dead_caron ] }; key { [ slash, question, questiondown, dead_hook ] }; key { [ backslash, bar, notsign, brokenbar ] }; key { [ backslash, bar, backslash, bar ] }; include "level3(ralt_switch)" }; // Carpalx layout created by Martin Krzywinski // http://mkweb.bcgsc.ca/carpalx/ // Merged with us(intl) and us(altgr-intl) and modified to move // accented vowels closer to the plain vowels partial alphanumeric_keys xkb_symbols "carpalx-altgr-intl" { include "us(carpalx-intl)" name[Group1]= "English (Carpalx, intl., with AltGr dead keys)"; key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [apostrophe,quotedbl, dead_acute, dead_diaeresis ] }; key { [ 1, exclam, onesuperior, exclamdown ] }; key { [ 6, asciicircum, dead_circumflex, onequarter ] }; key { [ 7, ampersand, dead_horn, onehalf ] }; key { [ 8, asterisk, dead_ogonek, threequarters ] }; include "level3(ralt_switch)" }; // Carpalx layout created by Martin Krzywinski // Full optimization variant without fixed QWERTY-like ZXCV keys // http://mkweb.bcgsc.ca/carpalx/ partial alphanumeric_keys xkb_symbols "carpalx-full" { include "us(carpalx)" name[Group1]= "English (Carpalx, full optimization)"; key { [ b, B ] }; key { [ y, Y ] }; key { [ v, V ] }; key { [ f, F ] }; }; // Carpalx layout created by Martin Krzywinski // Full optimization variant without fixed QWERTY-like ZXCV keys // http://mkweb.bcgsc.ca/carpalx/ // Merged with us(intl) and modified to move // accented vowels closer to the plain vowels partial alphanumeric_keys xkb_symbols "carpalx-full-intl" { include "us(carpalx-intl)" name[Group1]= "English (Carpalx, full optimization, intl., with dead keys)"; key { [ b, B, idiaeresis, Idiaeresis ] }; key { [ y, Y, adiaeresis, Adiaeresis ] }; key { [ v, V, odiaeresis, Odiaeresis ] }; key { [ f, F, ae, AE ] }; }; // Carpalx layout created by Martin Krzywinski // Full optimization variant without fixed QWERTY-like ZXCV keys // http://mkweb.bcgsc.ca/carpalx/ // Merged with us(intl) and us(altgr-intl) and modified to move // accented vowels closer to the plain vowels partial alphanumeric_keys xkb_symbols "carpalx-full-altgr-intl" { include "us(carpalx-altgr-intl)" name[Group1]= "English (Carpalx, full optimization, intl., with AltGr dead keys)"; key { [ b, B, idiaeresis, Idiaeresis ] }; key { [ y, Y, adiaeresis, Adiaeresis ] }; key { [ v, V, odiaeresis, Odiaeresis ] }; key { [ f, F, ae, AE ] }; }; // US Symbolic // Author: Daniele Baisero // Based on the default keyboard map from 'symbols/us', edited for scientific literature. // Added simple Greek letters to alphas, and common symbols everywhere else. // TLDE and BKSL are AltGr-inverse, to facilitate placement of ESC over TLDE on 60% keyboards. // LGST (Iso Key) contains rarely used floor and ceiling brackets. partial alphanumeric_keys modifier_keys xkb_symbols "symbolic" { name[Group1]= "English (US, Symbolic)"; key { [ grave, asciitilde, backslash, bar ] }; // ` ~ \ | key { [ 1, exclam, onesuperior, notsign ] }; // 1 ! ¹ ¬ key { [ 2, at, twosuperior, therefore ] }; // 2 @ ² ∴ key { [ 3, numbersign, threesuperior, sterling ] }; // 3 # ³ £ key { [ 4, dollar, foursuperior, EuroSign ] }; // 4 $ ⁴ € key { [ 5, percent, fivesuperior, U2030 ] }; // 5 % ⁵ ‰ key { [ 6, asciicircum, sixsuperior, squareroot ] }; // 6 ^ ⁶ √ key { [ 7, ampersand, sevensuperior, section ] }; // 7 & ⁷ § key { [ 8, asterisk, eightsuperior, infinity ] }; // 8 * ⁸ ∞ key { [ 9, parenleft, ninesuperior, periodcentered ] }; // 9 ( ⁹ · key { [ 0, parenright, zerosuperior, degree ] }; // 0 ) ⁰ ° key { [ minus, underscore, notequal, plusminus ] }; // - _ ≠ ± key { [ equal, plus, multiply, division ] }; // = + × ÷ key { [ q, Q, U2200, U2203 ] }; // q Q ∀ ∃ key { [ w, W, elementof, notelementof ] }; // w W ∈ ∉ key { [ e, E, Greek_epsilon, Greek_EPSILON ] }; // e E ε Ε key { [ r, R, Greek_rho, Greek_RHO ] }; // p P ρ Ρ key { [ t, T, Greek_tau, Greek_TAU ] }; // t T τ Τ key { [ y, Y, Greek_upsilon, Greek_UPSILON ] }; // y Y υ Υ key { [ u, U, Greek_theta, Greek_THETA ] }; // u U θ Θ key { [ i, I, Greek_iota, Greek_IOTA ] }; // i I ι Ι key { [ o, O, Greek_omicron, Greek_OMICRON ] }; // o O ο Ο key { [ p, P, Greek_pi, Greek_PI ] }; // p P π Π key { [ bracketleft, braceleft, union, intersection ] }; // [ { ∪ ∩ key { [ bracketright, braceright, includedin, includes ] }; // ] } ⊂ ⊃ key { [ a, A, Greek_alpha, Greek_ALPHA ] }; // a A α Α key { [ s, S, Greek_sigma, Greek_SIGMA ] }; // s S σ Σ key { [ d, D, Greek_delta, Greek_DELTA ] }; // d D δ Δ key { [ f, F, Greek_phi, Greek_PHI ] }; // f F φ Φ key { [ g, G, Greek_gamma, Greek_GAMMA ] }; // g G γ Γ key { [ h, H, Greek_eta, Greek_ETA ] }; // h H η Η key { [ j, J, Greek_xi, Greek_XI ] }; // j J ξ Ξ key { [ k, K, Greek_kappa, Greek_KAPPA ] }; // k K κ Κ key { [ l, L, Greek_lamda, Greek_LAMDA ] }; // l L λ Λ key { [ semicolon, colon, downarrow, uparrow ] }; // ; : ↓ ↑ key { [ apostrophe, quotedbl, rightarrow, leftarrow ] }; // ' " → ← key { [ z, Z, Greek_zeta, Greek_ZETA ] }; // z Z ζ Ζ key { [ x, X, Greek_chi, Greek_CHI ] }; // x X χ Χ key { [ c, C, Greek_psi, Greek_PSI ] }; // c C ψ Ψ key { [ v, V, Greek_omega, Greek_OMEGA ] }; // v V ω Ω key { [ b, B, Greek_beta, Greek_BETA ] }; // b B β Β key { [ n, N, Greek_nu, Greek_NU ] }; // n N ν Ν key { [ m, M, Greek_mu, Greek_MU ] }; // m M μ Μ key { [ comma, less, lessthanequal, guillemotleft ] }; // , < ≤ « key { [ period, greater, greaterthanequal, guillemotright ] }; // . > ≥ » key { [ slash, question, U203D, U2766 ] }; // / ? ‽ ❦ key { [ backslash, bar, grave, asciitilde ] }; // \ | ` ~ key { [ U230A, U230B, U2308, U2309 ] }; // ⌊ ⌋ ⌈ ⌉ include "level3(ralt_switch)" }; // EXTRAS: // Czech, Slovak and German charecters added as third level symbols to US keyboard layout. partial alphanumeric_keys xkb_symbols "cz_sk_de" { include "us" name[Group1]="Czech, Slovak and German (US)"; key { [grave, asciitilde, uring, Uring ] }; key { [ 1, exclam, uacute, Uacute ] }; key { [ 2, at, ecaron, Ecaron ] }; key { [ 3, numbersign, scaron, Scaron ] }; key { [ 4, dollar, ccaron, Ccaron ] }; key { [ 5, percent, rcaron, Rcaron ] }; key { [ 6, asciicircum, zcaron, Zcaron ] }; key { [ 7, ampersand, yacute, Yacute ] }; key { [ 8, asterisk, aacute, Aacute ] }; key { [ 9, parenleft, iacute, Iacute ] }; key { [ 0, parenright, eacute, Eacute ] }; key { [minus, underscore, ssharp, 0x1001E9E ] }; key { [equal, plus, dead_acute, dead_caron ] }; key { [ e, E, EuroSign, Eacute ] }; key { [bracketleft, braceleft, udiaeresis, Udiaeresis ] }; key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; key { [apostrophe, quotedbl,adiaeresis, Adiaeresis ] }; key { [ a, A, aacute, Aacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ y, Y, yacute, Yacute ] }; key { [ u, U, uring, Uring ] }; key { [ s, S, scaron, Scaron ] }; key { [ z, Z, zcaron, Zcaron ] }; key { [ c, C, ccaron, Ccaron ] }; key { [ r, R, rcaron, Rcaron ] }; key { [ t, T, tcaron, Tcaron ] }; key { [ d, D, dcaron, Dcaron ] }; key { [ n, N, ncaron, Ncaron ] }; key { [ l, L, lcaron, Lcaron ] }; key { [ p, P,ocircumflex, Ocircumflex ] }; key { [ space, space, nobreakspace, nobreakspace] }; include "level3(ralt_switch)" }; // This is the above Jirka's us(cz_sk_de) layout variant extended with Polish, Spanish, Finnish and Swedish characters. // This layout variant is primarily targeted to Czech and Slovak polyglots and SW engineers (like the original above one). partial alphanumeric_keys xkb_symbols "cz_sk_pl_de_es_fi_sv" { include "us" name[Group1]="Czech, Slovak, Polish, Spanish, Finnish, Swedish and German (US)"; key { [grave, asciitilde, uring, Uring ] }; key { [ 1, exclam, uacute, Uacute ] }; key { [ 2, at, ecaron, Ecaron ] }; key { [ 3, numbersign, scaron, Scaron ] }; key { [ 4, dollar, ccaron, Ccaron ] }; key { [ 5, percent, rcaron, Rcaron ] }; key { [ 6, asciicircum, zcaron, Zcaron ] }; key { [ 7, ampersand, yacute, Yacute ] }; key { [ 8, asterisk, aacute, Aacute ] }; key { [ 9, parenleft, iacute, Iacute ] }; key { [ 0, parenright, eacute, Eacute ] }; key { [minus, underscore, ssharp, 0x1001E9E ] }; key { [equal, plus, dead_acute, dead_caron ] }; key { [ e, E, EuroSign, Eacute ] }; key { [bracketleft, braceleft, udiaeresis, Udiaeresis ] }; key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; key { [apostrophe, quotedbl,adiaeresis, Adiaeresis ] }; key { [ a, A, aacute, Aacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ y, Y, yacute, Yacute ] }; key { [ u, U, uring, Uring ] }; key { [ s, S, scaron, Scaron ] }; key { [ z, Z, zcaron, Zcaron ] }; key { [ c, C, ccaron, Ccaron ] }; key { [ r, R, rcaron, Rcaron ] }; key { [ t, T, tcaron, Tcaron ] }; key { [ d, D, dcaron, Dcaron ] }; key { [ n, N, ncaron, Ncaron ] }; key { [ l, L, lcaron, Lcaron ] }; key { [ p, P,ocircumflex, Ocircumflex ] }; key { [ space, space, nobreakspace, nobreakspace] }; // Polish key { [ q, Q, aogonek, Aogonek ] }; key { [ w, W, eogonek, Eogonek ] }; key { [bracketright, braceright, guillemotleft, guillemotright ] }; key { [ f, F, sacute, Sacute ] }; key { [ g, G, copyright, registered ] }; key { [ h, H, cent, trademark ] }; key { [ j, J, plusminus, degree ] }; key { [ k, K, lstroke, Lstroke ] }; //alias = ; key { [ backslash, bar, aring, Aring ] }; //Requires pc105 compatibility key { [ endash, emdash, zabovedot, Zabovedot ] }; key { [ x, X, zacute, Zacute ] }; key { [ v, V, cacute, Cacute ] }; key { [ b, B, ntilde, Ntilde ] }; key { [ m, M, nacute, Nacute ] }; key { [ comma, less,lessthanequal, multiply ] }; key { [ period, greater, greaterthanequal, division ] }; key { [ slash, question, exclamdown, questiondown ] }; include "level3(ralt_switch)" }; // 03 December 2017 - Added us(scn), please refer to // Cadèmia Siciliana partial alphanumeric_keys xkb_symbols "scn" { include "us(intl)" name[Group1]="Sicilian (US keyboard)"; key { [ e, E, U0259, U018F ] }; key { [ d, D, U1E0D, U1E0C ] }; key { [ f, F, U0111, U0110 ] }; key { [ h, H, U1E25, U1E24 ] }; key { [ x, X, U03C7, U03A7 ] }; key { [ period, greater, U1D58, dead_caron ] }; include "level3(ralt_switch)" }; // XCompose is out! Unicode combining is in! For those of us who live // on the edge: A keymap using Unicode combining characters instead of // deadkeys. This variation does not deviate from the lame MS-style // US-intl layout; but it uses AltGr for combining, like altgr-intl. // // This might break your font layout systems (because they suck), // caveat emptor. Also, most of today's software will count // individual combining marks for selection, deletion, character // counting &c., and won't be smart enough to do canonical equivalence // when searching, &c. // // With Unicode combining you use "handwriting order", not // "typewriting order" as with deadkeys. That is, you first type the // base character, then the diacritics/accents/modifiers. This has // the advantage of avoiding hidden states --- each keypress changes // something on screen. // // TODO: as of now, this duplicates all us(intl) functionality with // combining. With care, perhaps we could add more combining marks // not present in intl, and support all major languages. partial alphanumeric_keys xkb_symbols "intl-unicode" { include "us(intl)" include "level3(ralt_switch)" name[Group1]= "English (US, intl., AltGr Unicode combining)"; key { [ grave, asciitilde, U0300, U0303 ] }; // grave, tilde key { [ 2, at, twosuperior, U030B ] }; // double acute key { [ 3, numbersign, threesuperior, U0304 ] }; // macron key { [ 6, asciicircum, onequarter, U0302 ] }; // circumflex key { [ 7, ampersand, onehalf, U031B ] }; // horn key { [ 8, asterisk, threequarters, U0328 ] }; // ogonek key { [ 9, parenleft, leftsinglequotemark, U0306 ] }; // breve key { [ 0, parenright, rightsinglequotemark, U030A ] }; // abovering key { [ minus, underscore, yen, U0323 ] }; // belowdot key { [ apostrophe, quotedbl, U0301, U0308 ] }; // acute, diaeresis key { [ period, greater, U0307, U030C ] }; // abovedot, caron key { [ slash, question, questiondown, U0309 ] }; // hook // alt-intl compatibility key { [ comma, less, U0327, U030C ] }; // cedilla, caron key { [ semicolon, colon, U0328, U0308 ] }; // ogonek, diaeresis key { [ equal, plus, U030B, U031B ] }; // doubleacute, horn // We don't do combining latin letters and combining enclosures, // because support for those is very rare. }; // XCompose is out! Unicode combining is in! For those of us who live // on the edge: A keymap using Unicode combining characters instead of // deadkeys. This variation does break compatibility with us-intl, // whenever I thought it would be more mnemonic or Unicodeish. partial alphanumeric_keys xkb_symbols "alt-intl-unicode" { include "us(intl-unicode)" name[Group1]= "English (US, intl., AltGr Unicode combining, alt.)"; // easier macron; em-dash. // em-dash is available via compose, but I added here since it's such // an important typographic character. key { [ minus, underscore, U0304, U2014 ] }; // belowdot, abovedot (caron at coma/less key, per above) key { [ period, greater, U0323, U0307 ] }; }; partial alphanumeric_keys xkb_symbols "ats" { include "us" name[Group1]= "Atsina"; //Using Dead key to get COMBINING COMMA ABOVE for ejectives on //q, l, t, s, m, g, k, p, w, y, r //XCompose key is used for the other accute and grave. key { [ e, E, eacute, Eacute ] }; key { [ u, U, uacute, Uacute ] }; key { [ i, I, iacute, Iacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ bracketleft, braceleft, U03B8 ] }; key { [ bracketright, braceright, U010D, U010C ] }; //U+010C (uppercase Č) and U+010D (lowercase č). key { [ a, A, aacute, Aacute ] }; //Small letter Open use compose to key get acute accent key { [ c, C, U0254, U0186 ] }; key { [ comma, less, U0313 ] }; key { [ slash, question, U0294 ] }; include "level3(ralt_switch)" include "compose(rctrl)" }; partial alphanumeric_keys xkb_symbols "crd" { include "us" name[Group1]= "Coeur d'Alene Salish"; key { [ w, W, U02B7, U02B7 ] }; key { [ 7, ampersand, U0294 ] }; key { [ q, Q, U221A ] }; key { [ v, V, U0259 ] }; key { [ backslash, bar, U026B ] }; key { [ e, E, U025B ] }; key { [ i, I, U026A ] }; key { [ j, J, U01F0 ] }; key { [ 6, asciicircum, U0295 ] }; key { [ s, S, U0161 ] }; key { [ c, C, U010D ] }; key { [ o, O, U0254 ] }; key { [ period, greater, U0323 ] }; include "level3(ralt_switch)" include "compose(rctrl)" }; partial alphanumeric_keys xkb_symbols "sun_type6" { include "sun_vndr/us(sun_type6)" }; // Implementation of the 3l keyboard layout // See https://github.com/jackrosenthal/threelayout for specification partial alphanumeric_keys modifier_keys xkb_symbols "3l" { name[Group1] = "English (3l)"; key.type[Group1] = "ONE_LEVEL"; key { [ Escape ] }; key { [ Tab ] }; key { [ ISO_Level3_Shift ] }; // Sym Modifier key { [ ISO_Level5_Shift ] }; // Cur/Num Modifier // Top row numbers - not part of spec, but given for convenience key { [ 1 ] }; key { [ 2 ] }; key { [ 3 ] }; key { [ 4 ] }; key { [ 5 ] }; key { [ 6 ] }; key { [ 7 ] }; key { [ 8 ] }; key { [ 9 ] }; key { [ 0 ] }; // Main keys // Order of mods (defined by EIGHT_LEVEL_SEMIALPHABETIC) is: // [ None, Shift, Sym, Shift+Sym, Num, Shift+Num, Sym+Num, Shift+Sym+Num ] key.type[Group1] = "EIGHT_LEVEL_SEMIALPHABETIC"; // Second row key { [ q, Q, quotedbl, Greek_omicron, Prior, Prior, U21CD, Greek_OMICRON ] }; key { [ f, F, underscore, Greek_phi, BackSpace, BackSpace, U21A4, Greek_PHI ] }; key { [ u, U, bracketleft, Greek_upsilon, Up, Up, U2191, Greek_UPSILON ] }; key { [ y, Y, bracketright, Greek_psi, Delete, Delete, U21A6, Greek_PSI ] }; key { [ z, Z, asciicircum, Greek_zeta, Next, Next, U21CF, Greek_ZETA ] }; key { [ x, X, exclam, Greek_xi, NoSymbol, NoSymbol, U2260, Greek_XI ] }; key { [ k, K, less, Greek_kappa, 1, A, U2A7D, Greek_KAPPA ] }; key { [ c, C, greater, Greek_chi, 2, B, U2A7E, Greek_CHI ] }; key { [ w, W, equal, Greek_omega, 3, C, U2261, Greek_OMEGA ] }; key { [ b, B, ampersand, Greek_beta, NoSymbol, NoSymbol, U2248, Greek_BETA ] }; // Home row key { [ o, O, slash, Greek_omega, Home, Home, U21D0, Greek_OMEGA ] }; key { [ h, H, minus, Greek_theta, Left, Left, U2190, Greek_THETA ] }; key { [ e, E, braceleft, Greek_epsilon, Down, Down, U2193, Greek_EPSILON ] }; key { [ a, A, braceright, Greek_alpha, Right, Right, U2192, Greek_ALPHA ] }; key { [ i, I, asterisk, Greek_iota, End, End, U21D2, Greek_IOTA ] }; key { [ d, D, question, Greek_delta, period, colon, U2286, Greek_DELTA ] }; key { [ r, R, parenleft, Greek_rho, 4, D, U2227, Greek_RHO ] }; key { [ t, T, parenright, Greek_tau, 5, E, U2228, Greek_TAU ] }; key { [ n, N, apostrophe, Greek_eta, 6, F, U2200, Greek_ETA ] }; key { [ s, S, colon, Greek_sigma, NoSymbol, NoSymbol, U2203, Greek_SIGMA ] }; // Bottom row key { [ comma, comma, numbersign, NoSymbol, slash, NoSymbol, U21AE, NoSymbol ] }; key { [ m, M, dollar, Greek_mu, asterisk, NoSymbol, U2194, Greek_MU ] }; key { [ period, period, bar, NoSymbol, minus, NoSymbol, U21CE, NoSymbol ] }; key { [ j, J, asciitilde, Greek_SIGMA, plus, NoSymbol, U21D4, NoSymbol ] }; key { [ semicolon, semicolon, grave, NoSymbol, comma, NoSymbol, U2282, NoSymbol ] }; key { [ g, G, plus, Greek_gamma, 0, NoSymbol, U2229, Greek_GAMMA ] }; key { [ l, L, percent, Greek_lambda, 7, parenleft, U222A, Greek_LAMBDA ] }; key { [ p, P, backslash, Greek_pi, 8, parenright, U2208, Greek_PI ] }; key { [ v, V, at, Greek_nu, 9, NoSymbol, U2209, Greek_NU ] }; }; // Chromebooks typically have the key which is normally in the caps // lock position mapped to keycode 133 (LWIN). For 3l, it is critical // that the key in this positon correspond to tab, so there is a // variant available for chromebook hardware. partial modifier_keys xkb_symbols "3l-cros" { include "us(3l)" name[Group1] = "English (3l, Chromebook)"; key { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Tab ] }; }; // A 3l variant for emacs users, which maps control to caps lock and (re)maps // tab back to tab. partial modifier_keys xkb_symbols "3l-emacs" { include "us(3l)" name[Group1] = "English (3l, emacs)"; key { [ Tab ] }; key { [ Control_L ] }; modifier_map Control { }; }; // Drix EU Latin - version 3.1 (2019-10-07) // Author: Jerome Leclanche // Latin layout based on classic US qwerty, with azerty-style second-row m key. // Features: // - Programmer-centric punctuation keys (All common symbols on right hand except < and > on left) // - Most common dead accents on altgr-shift number row // - Unicode arrows on Altgr+shift+WASD // - Some commonly used special characters available: // - Most common european special characters // - Misc currency symbols, copyright/registered/trademark symbols // - Common math symbols + some common greek letters // - Compose key replaces Mod5 // // This layout is in the Public Domain. // // ┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┲━━━━━━━━━┓ // │ ~ ~ │ " ´ │ ' ` │ ^ ^ │ ` ¨ │ ´ ° │ 6 ¯ │ 7 ¸ │ 8 ˛ │ 9 ˇ │ | ˝ │ _ ± │ = ≠ ┃Backspace┃ // │ @ £ │ 1 ¹ │ 2 ² │ 3 ³ │ 4 ⁴ │ 5 ⁵ │ 6 ⁶ │ 7 ⁷ │ 8 ⁸ │ 9 ⁹ │ 0 ⁰ │ - " │ + ' ┃ ⌫ ┃ // ┢━━━━━┷━┱───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┴─┬───┺━┳━━━━━━━┫ // ┃Tab ┃ Q Ø │ W ↑ │ E € │ R ₽ │ T τ │ Y ¥ │ U U │ I ’ │ O Ω │ P ₱ │ [ « │ ] » ┃ ⏎ ┃ // ┃ ↹ ┃ q ø │ w w │ e € │ r ® │ t ™ │ y ¥ │ u u │ i ‘ │ o œ │ p π │ ( { │ ) } ┃ Enter ┃ // ┣━━━━━━━┻┱────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┺┓ ┃ // ┃Caps ┃ A ← │ S ↓ │ D → │ F Ƒ │ G G │ H H │ J ” │ K „ │ L λ │ M M │ % ‰ │ & × ┃ ┃ // ┃Lock ⇬ ┃ a æ │ s ß │ d Δ │ f ƒ │ g g │ h h │ j “ │ k ‚ │ l £ │ m µ │ # ~ │ * $ ┃ ┃ // ┣━━━━━━┳━┹───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┬─┴───┲━┷━━━━━┻━━━━━━┫ // ┃Shift ┃ > ≥ │ Z ¶ │ X ÷ │ C ¢ │ V V │ B ₿ │ N N │ ? ¿ │ , · │ ; ´ │ \ ¦ ┃Shift ┃ // ┃ ⇧ ┃ < ≤ │ z § │ x × │ c © │ v ♀ │ b ♂ │ n ⚥ │ ! ¡ │ . … │ : ` │ / | ┃ ⇧ ┃ // ┣━━━━━━┻┳━━━━┷━━┳━━┷━━━━┱┴─────┴─────┴─────┴─────┴─────┴────┲┷━━━━━╈━━━━━┻┳━━━━━━┳━━━━━━┫ // ┃Ctrl ┃ Fn ┃Alt ┃ ␣ Space Nobreakspace ⍽ ┃AltGr ┃Multi ┃ Ctxt ┃ Ctrl ┃ // ┃ ┃ ┃ ┃ ␣ Space Nobreakspace ⍽ ┃ ┃ ┃ Menu ┃ ┃ // ┗━━━━━━━┻━━━━━━━┻━━━━━━━┹───────────────────────────────────┺━━━━━━┻━━━━━━┻━━━━━━┻━━━━━━┛ partial alphanumeric_keys modifier_keys xkb_symbols "drix" { name[Group1] = "English (Drix)"; // First row key {[ at, asciitilde, sterling, dead_tilde ]}; // @ ~ £ ~ key {[ 1, quotedbl, onesuperior, dead_grave ]}; // 1 " ¹ ` key {[ 2, apostrophe, twosuperior, dead_acute ]}; // 2 ' ² ´ key {[ 3, asciicircum, threesuperior, dead_circumflex ]}; // 3 ^ ³ ^ key {[ 4, grave, foursuperior, dead_diaeresis ]}; // 4 4 ⁴ ¨ key {[ 5, degree, fivesuperior, dead_abovering ]}; // 5 ° ⁵ ° key {[ 6, 6, sixsuperior, dead_macron ]}; // 6 6 ⁶ ¯ key {[ 7, 7, sevensuperior, dead_cedilla ]}; // 7 7 ⁷ ¸ key {[ 8, 8, eightsuperior, dead_ogonek ]}; // 8 8 ⁸ ˛ key {[ 9, 9, ninesuperior, dead_caron ]}; // 9 9 ⁹ ˇ key {[ 0, bar, zerosuperior, dead_doubleacute ]}; // 0 | ⁰ ˝ key {[ minus, underscore, quotedbl, plusminus ]}; // - _ " ± key {[ plus, equal, apostrophe, notequal ]}; // + = ' ≠ // Second row key {[ q, Q, oslash, Oslash ]}; // q Q ø Ø key {[ w, W, w, uparrow ]}; // w W w ↑ key {[ e, E, EuroSign, EuroSign ]}; // e E € € key {[ r, R, registered, 0x10020bd ]}; // r R ® ₽ key {[ t, T, trademark, Greek_tau ]}; // t T ™ τ key {[ y, Y, yen, yen ]}; // y Y ¥ ¥ key {[ u, U, u, U ]}; // u U u U key {[ i, I, leftsinglequotemark, rightsinglequotemark ]}; // i I ‘ ’ key {[ o, O, oe, Greek_OMEGA ]}; // o O œ Ω key {[ p, P, Greek_pi, 0x10020b1 ]}; // p P π ₱ key {[ parenleft, bracketleft, braceleft, guillemotleft ]}; // ( [ { « key {[ parenright, bracketright, braceright, guillemotright ]}; // ) ] } » // Third row key {[ a, A, ae, leftarrow ]}; // a A æ ← key {[ s, S, ssharp, downarrow ]}; // s S ß ↓ key {[ d, D, Greek_DELTA, rightarrow ]}; // d D Δ → key {[ f, F, 0x1000192, 0x1000191 ]}; // f F ƒ Ƒ key {[ g, G, g, G ]}; // g G g G key {[ h, H, h, H ]}; // h H h H key {[ j, J, leftdoublequotemark, rightdoublequotemark ]}; // j J “ ” key {[ k, K, singlelowquotemark, doublelowquotemark ]}; // k K ‚ „ key {[ l, L, sterling, Greek_lambda ]}; // l L £ λ key {[ m, M, mu, M ]}; // m M µ M key {[ numbersign, percent, asciitilde, 0x1002030 ]}; // # % ~ ‰ // Fourth row key {[ less, greater, lessthanequal, greaterthanequal ]}; // < > ≤ ≥ key {[ z, Z, section, paragraph ]}; // z Z § ¶ key {[ x, X, multiply, division ]}; // x X × ÷ key {[ c, C, copyright, cent ]}; // c C © ¢ key {[ v, V, 0x1002640, V ]}; // v V ♀ V key {[ b, B, 0x1002642, 0x10020bf ]}; // b B ♂ ₿ key {[ n, N, 0x10026a5, N ]}; // n N ⚥ N key {[ exclam, question, exclamdown, questiondown ]}; // ! ? ¡ ¿ key {[ period, comma, 0x1002026, periodcentered ]}; // . , … · key {[ colon, semicolon, grave, acute ]}; // : ; ` ´ key {[ slash, backslash, bar, brokenbar ]}; // / \ | ¦ // Next to the enter key key {[ asterisk, ampersand, dollar, multiply ]}; // * & $ × // Rebind right Super (windows key) into a Compose key key {[ Multi_key ]}; // Implement AltGr and AltGr+Shift // For some reason, include "level3(ralt_switch)" doesn't do the trick. key { type[Group1]="TWO_LEVEL", [ ISO_Level3_Shift, Multi_key ] }; }; // German and Swedish characters added as third level symbols to the US keyboard layout // Author: Stephan Lachnit , 2019 // the german umlauts are placed over the characters without diaeresis, the sharp-s over the s // the swedish ao is placed over the p, since it's closed to the position on a swedish keyboard // the euro sign is placed over the e, as it is usual for german and swedish keyboards partial alphanumeric_keys xkb_symbols "de_se_fi" { include "us(basic)" include "eurosign(e)" name[Group1] = "German, Swedish and Finnish (US)"; key {[ a, A, adiaeresis, Adiaeresis ]}; key {[ s, S, ssharp, U1E9E ]}; key {[ q, Q, at ]}; key {[ u, U, udiaeresis, Udiaeresis ]}; key {[ o, O, odiaeresis, Odiaeresis ]}; key {[ p, P, aring, Aring ]}; key {[ bracketright, braceright, asciitilde ]}; include "level3(ralt_switch)" };