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

za (2286B)


  1. // Based on the Latvian and GB keyboard maps.
  2. default partial alphanumeric_keys modifier_keys
  3. xkb_symbols "basic" {
  4. // Describes the differences between an en_US layout
  5. // and a South African layout with dead keys.
  6. // By Dwayne Bailey (dwayne@translate.org.za).
  7. include "latin"
  8. name[Group1]="English (South Africa)";
  9. key <TLDE> { [ grave, asciitilde, dead_grave ] };
  10. key <AE02> { [ 2, at, yen ] };
  11. key <AE03> { [ 3, numbersign, sterling ] };
  12. key <AE04> { [ 4, dollar, dollar ] };
  13. key <AE05> { [ 5, percent, EuroSign ] };
  14. key <AE06> { [ 6,asciicircum, dead_circumflex ] };
  15. key <AD03> { [ e, E, ediaeresis, Ediaeresis ] };
  16. key <AD04> { [ r, R, ecircumflex, Ecircumflex ] };
  17. key <AD05> { [ t, T, U1e71, U1e70 ] };
  18. key <AD06> { [ y, Y, ucircumflex, Ucircumflex ] };
  19. key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
  20. key <AD08> { [ i, I, idiaeresis, Idiaeresis ] };
  21. key <AD09> { [ o, O, odiaeresis, Odiaeresis ] };
  22. key <AD10> { [ p, P, ocircumflex, Ocircumflex ] };
  23. key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
  24. key <AC02> { [ s, S, scaron, Scaron ] };
  25. key <AC03> { [ d, D, U1e13, U1e12 ] };
  26. key <AC09> { [ l, L, U1e3d, U1e3c ] };
  27. key <AC10> { [ semicolon, colon, dead_diaeresis ] };
  28. key <AC11> { [apostrophe, quotedbl, dead_acute ] };
  29. key <AB04> { [ v, V, doublelowquotemark, leftsinglequotemark ] };
  30. key <AB05> { [ b, B, rightdoublequotemark, leftdoublequotemark ] };
  31. key <AB06> { [ n, N, U1e4b, U1e4a ] };
  32. key <AB07> { [ m, M, U1e45, U1e44 ] };
  33. key <AB09> { [ period, greater, dead_abovedot ] };
  34. include "level3(ralt_switch)"
  35. };