tm revision bfd7cbc1
1// Nazar Annagurban <nazar_xg@hotmail.com>, 2009 2 3// Default layout (based on Vista Turkmen layout) 4default partial 5xkb_symbols "basic" { 6 name[Group1]="Turkmen"; 7 8 include "us" 9 key <TLDE> { [ zcaron, Zcaron, grave, asciitilde ] }; 10 11 key <AD01> { [ adiaeresis, Adiaeresis, q, Q ] }; 12 key <AD11> { [ ncaron, Ncaron, bracketleft, braceleft ] }; 13 key <AD12> { [odiaeresis, Odiaeresis, bracketright, braceright ] }; 14 15 key <AB02> { [udiaeresis, Udiaeresis, x, X ] }; 16 key <AB03> { [ ccedilla, Ccedilla, c, C ] }; 17 key <AB04> { [ yacute, Yacute, v, V ] }; 18 19 key <BKSL> { [ scedilla, Scedilla, backslash, bar ] }; 20 21 include "level3(ralt_switch)" 22}; 23 24// Turkmen Alt-Q Layout 25// This layout provides turkmen letter via the AltGr key 26partial 27xkb_symbols "alt" { 28 name[Group1]="Turkmen (Alt-Q)"; 29 30 include "us" 31 32 key <AD06> { [ y, Y, yacute, Yacute ] }; 33 key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; 34 key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; 35 36 key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; 37 key <AC02> { [ s, S, scedilla, Scedilla ] }; 38 39 key <AB01> { [ z, Z, zcaron, Zcaron ] }; 40 key <AB03> { [ c, C, ccedilla, Ccedilla ] }; 41 key <AB06> { [ n, N, ncaron, Ncaron ] }; 42 43 include "level3(ralt_switch)" 44 45}; 46