// Nazar Annagurban , 2009 // Default layout (based on Vista Turkmen layout) default partial xkb_symbols "basic" { name[Group1]="Turkmen"; include "us" key { [ zcaron, Zcaron, grave, asciitilde ] }; key { [ adiaeresis, Adiaeresis, q, Q ] }; key { [ ncaron, Ncaron, bracketleft, braceleft ] }; key { [odiaeresis, Odiaeresis, bracketright, braceright ] }; key { [udiaeresis, Udiaeresis, x, X ] }; key { [ ccedilla, Ccedilla, c, C ] }; key { [ yacute, Yacute, v, V ] }; key { [ scedilla, Scedilla, backslash, bar ] }; include "level3(ralt_switch)" }; // Turkmen Alt-Q Layout // This layout provides turkmen letter via the AltGr key partial xkb_symbols "alt" { name[Group1]="Turkmen (Alt-Q)"; include "us" key { [ y, Y, yacute, Yacute ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ o, O, odiaeresis, Odiaeresis ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; key { [ s, S, scedilla, Scedilla ] }; key { [ z, Z, zcaron, Zcaron ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ n, N, ncaron, Ncaron ] }; include "level3(ralt_switch)" };