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