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

ee (4141B)


  1. // Estonian keyboard layout, by Ville Hallik <ville@linux.ee>.
  2. default partial alphanumeric_keys
  3. xkb_symbols "basic" {
  4. // Describes the differences between a very simple en_US
  5. // keyboard and a very simple Estonian keyboard
  6. // This layout conforms to both EVS8:1993 and EVS8:2000 standards
  7. include "latin(type4)"
  8. name[Group1]="Estonian";
  9. key <TLDE> { [dead_caron, dead_tilde, notsign, notsign ] };
  10. key <AE03> { [ 3, numbersign, sterling, sterling ] };
  11. key <AE04> { [ 4, currency, dollar, dollar ] };
  12. key <AE11> { [ plus, question, backslash, questiondown ] };
  13. key <AE12> { [dead_acute, dead_grave, grave, apostrophe ] };
  14. key <AD11> { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
  15. key <AD12> { [ otilde, Otilde, section, dead_macron ] };
  16. key <AC02> { [ s, S, scaron, Scaron ] };
  17. key <AC10> { [odiaeresis, Odiaeresis, dead_acute, dead_doubleacute ] };
  18. key <AC11> { [adiaeresis, Adiaeresis, asciicircum, dead_caron ] };
  19. key <BKSL> { [apostrophe, asterisk, onehalf, dead_breve ] };
  20. key <AB01> { [ z, Z, zcaron, Zcaron ] };
  21. key <AB08> { [ comma, semicolon, less, multiply ] };
  22. key <AB09> { [ period, colon, greater, division ] };
  23. key <AB10> { [ minus, underscore, bar, abovedot ] };
  24. include "level3(ralt_switch)"
  25. include "eurosign(e)"
  26. };
  27. partial alphanumeric_keys
  28. xkb_symbols "nodeadkeys" {
  29. // Modifies the basic Estonian layout to eliminate all dead keys
  30. include "ee(basic)"
  31. name[Group1]="Estonian (no dead keys)";
  32. key <TLDE> { [asciicircum,asciitilde ] };
  33. key <AE12> { [apostrophe, grave ] };
  34. key <AD11> { [udiaeresis, Udiaeresis, diaeresis, degree ] };
  35. key <AD12> { [ otilde, Otilde, section, macron ] };
  36. key <AC10> { [odiaeresis, Odiaeresis, acute, doubleacute ] };
  37. key <AC11> { [adiaeresis, Adiaeresis, asciicircum, caron ] };
  38. key <BKSL> { [apostrophe, asterisk, onehalf, breve ] };
  39. key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
  40. };
  41. // Dvorak with Estonian characters
  42. partial alphanumeric_keys
  43. xkb_symbols "dvorak" {
  44. include "us(dvorak)"
  45. name[Group1]= "Estonian (Dvorak)";
  46. key <AE03> { [ 3, numbersign, sterling ] };
  47. key <AE04> { [ 4, dollar, section, currency ] };
  48. key <AE08> { [ 8, asterisk, onehalf ] };
  49. key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
  50. key <AC02> { [ o, O, otilde, Otilde ] };
  51. key <AC03> { [ e, E, odiaeresis, Odiaeresis ] };
  52. key <AC04> { [ u, U, udiaeresis, Udiaeresis ] };
  53. key <AC10> { [ s, S, scaron, Scaron ] };
  54. key <AB10> { [ z, Z, zcaron, Zcaron ] };
  55. include "level3(ralt_switch)"
  56. include "kpdl(comma)"
  57. include "eurosign(5)"
  58. };
  59. // Estonian few characters on basic US keymap.
  60. // by Elan Ruusamäe <glen@delfi.ee>
  61. partial alphanumeric_keys
  62. xkb_symbols "us" {
  63. include "us(basic)"
  64. name[Group1] = "Estonian (US)";
  65. // ž, Ž
  66. key <AB01> { [ z, Z, zcaron, Zcaron ] };
  67. // ¢
  68. key <AB03> { [ c, C, cent, cent ] };
  69. // š, Š
  70. key <AC02> { [ s, S, scaron, Scaron ] };
  71. key <AC10> { [ semicolon, colon, odiaeresis, Odiaeresis ] };
  72. key <AC11> { [ apostrophe, quotedbl, adiaeresis, Adiaeresis ] };
  73. key <AD11> { [ bracketleft, braceleft, udiaeresis, Udiaeresis ] };
  74. key <AD12> { [ bracketright, braceright, otilde, Otilde ] };
  75. // £
  76. key <AE03> { [ 3, numbersign, sterling, sterling ] };
  77. include "level3(ralt_switch)"
  78. include "eurosign(5)"
  79. include "eurosign(e)"
  80. };
  81. // EXTRAS:
  82. partial alphanumeric_keys
  83. xkb_symbols "sun_type6" {
  84. include "sun_vndr/ee(sun_type6)"
  85. };