logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

tm (1479B)


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