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

sk (6783B)


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. // This layout conforms to a new Slovak compromise standard
  4. // designed to satisfy most Unix, Windows and Mac users.
  5. // 2001 by Kamil Toman <ktoman@email.cz>
  6. include "latin"
  7. name[Group1] = "Slovak";
  8. key <TLDE> { [ semicolon, dead_abovering, grave, asciitilde ] };
  9. key <AE01> { [ plus, 1, exclam, dead_tilde ] };
  10. key <AE02> { [ lcaron, 2, at, dead_caron ] };
  11. key <AE03> { [ scaron, 3, numbersign, dead_circumflex ] };
  12. key <AE04> { [ ccaron, 4, dollar, dead_breve ] };
  13. key <AE05> { [ tcaron, 5, percent, dead_abovering]};
  14. key <AE06> { [ zcaron, 6, asciicircum, dead_ogonek ] };
  15. key <AE07> { [ yacute, 7, ampersand, dead_grave ] };
  16. key <AE08> { [ aacute, 8, asterisk, dead_abovedot] };
  17. key <AE09> { [ iacute, 9, braceleft, dead_acute ] };
  18. key <AE10> { [ eacute, 0, braceright, dead_doubleacute ] };
  19. key <AE11> { [ equal, percent, NoSymbol, dead_diaeresis]};
  20. key <AE12> { [dead_acute, dead_caron, dead_macron, dead_cedilla ] };
  21. key <AD01> { [ q, Q, backslash, NoSymbol ] };
  22. key <AD02> { [ w, W, bar, Nosymbol ] };
  23. key <AD03> { [ e, E, EuroSign, NoSymbol ] };
  24. key <AD04> { [ r, R, NoSymbol, NoSymbol ] };
  25. key <AD05> { [ t, T, NoSymbol, NoSymbol ] };
  26. key <AD06> { [ z, Z, NoSymbol, NoSymbol ] };
  27. key <AD07> { [ u, U, NoSymbol, NoSymbol ] };
  28. key <AD08> { [ i, I, NoSymbol, NoSymbol ] };
  29. key <AD09> { [ o, O, NoSymbol, NoSymbol ] };
  30. key <AD10> { [ p, P, NoSymbol, NoSymbol ] };
  31. key <AD11> { [ uacute, slash, bracketleft, division ] };
  32. key <AD12> { [adiaeresis, parenleft, bracketright, multiply ] };
  33. key <AC01> { [ a, A, asciitilde, NoSymbol ] };
  34. key <AC02> { [ s, S, dstroke, NoSymbol ] };
  35. key <AC03> { [ d, D, Dstroke, NoSymbol ] };
  36. key <AC04> { [ f, F, bracketleft, NoSymbol ] };
  37. key <AC05> { [ g, G, bracketright, NoSymbol ] };
  38. key <AC06> { [ h, H, grave, NoSymbol ] };
  39. key <AC07> { [ j, J, apostrophe, NoSymbol ] };
  40. key <AC08> { [ k, K, lstroke, NoSymbol ] };
  41. key <AC09> { [ l, L, Lstroke, NoSymbol ] };
  42. key <AC10> { [ocircumflex, quotedbl, dollar, NoSymbol ] };
  43. key <AC11> { [ section, exclam, apostrophe, ssharp ] };
  44. key <BKSL> { [ ncaron, parenright, backslash, bar ] };
  45. key <LSGT> { [ backslash, bar, slash, NoSymbol ] };
  46. key <AB01> { [ y, Y, degree, NoSymbol ] };
  47. key <AB02> { [ x, X, numbersign, Nosymbol ] };
  48. key <AB03> { [ c, C, ampersand, NoSymbol ] };
  49. key <AB04> { [ v, V, at, NoSymbol ] };
  50. key <AB05> { [ b, B, braceleft, NoSymbol ] };
  51. key <AB06> { [ n, N, braceright, NoSymbol ] };
  52. key <AB07> { [ m, M, asciicircum, NoSymbol ] };
  53. key <AB08> { [ comma, question, less, NoSymbol ] };
  54. key <AB09> { [ period, colon, greater, NoSymbol ] };
  55. key <AB10> { [ minus, underscore, asterisk, NoSymbol ] };
  56. key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
  57. include "level3(ralt_switch)"
  58. };
  59. partial alphanumeric_keys alternate_group
  60. xkb_symbols "acc" {
  61. // This layout is usually used as the second group, it contains
  62. // accented characters only, no 'latin' set.
  63. // 2017 by Pavol Babinčák <scroolik@gmail.com>
  64. // Based on cz(ucw). Slovak letter frequency is used if a letter can be
  65. // used with multiple diacritic symbols. Other accented letters of Slovak
  66. // and Czech language end up on surrounding unused keys.
  67. name[Group1] = "Slovak (ACC layout, only accented letters)";
  68. key <AB01> { [zcaron, Zcaron ] };
  69. key <AB03> { [ccaron, Ccaron ] };
  70. key <AB06> { [ncaron, Ncaron ] };
  71. key <AC01> { [aacute, Aacute ] };
  72. key <AC02> { [scaron, Scaron ] };
  73. key <AC03> { [dcaron, Dcaron ] };
  74. key <AC04> { [ecaron, Ecaron ] };
  75. key <AC05> { [rcaron, Rcaron ] };
  76. key <AC06> { [uring, Uring ] };
  77. key <AC08> { [oacute, Oacute ] };
  78. key <AC09> { [lcaron, Lcaron ] };
  79. key <AD01> { [adiaeresis, Adiaeresis ] };
  80. key <AD03> { [eacute, Eacute ] };
  81. key <AD04> { [racute, Racute ] };
  82. key <AD05> { [tcaron, Tcaron ] };
  83. key <AD06> { [yacute, Yacute ] };
  84. key <AD07> { [uacute, Uacute ] };
  85. key <AD08> { [iacute, Iacute ] };
  86. key <AD09> { [ocircumflex, Ocircumflex ] };
  87. key <AD10> { [lacute, Lacute ] };
  88. key <AE12> { [dead_acute, dead_caron ] };
  89. };
  90. xkb_symbols "bksl" {
  91. // Use <BKSL> instead of <LSGT> (useful for keyboards without <LSGT> key).
  92. include "sk(basic)"
  93. name[Group1] = "Slovak (extended backslash)";
  94. key <BKSL> { [ backslash, bar, slash, parenright ] };
  95. key <LSGT> { [ backslash, parenleft, slash, NoSymbol ] };
  96. };
  97. partial alphanumeric_keys
  98. xkb_symbols "qwerty" {
  99. // This layout works exactly as the basic Slovak one with the exception
  100. // of the 'Z' and 'Y' keys, which are in Qwerty style (i.e. swapped).
  101. // 2001 by Kamil Toman <ktoman@email.cz>
  102. include "sk(basic)"
  103. name[Group1] = "Slovak (QWERTY)";
  104. key <AB01> { [ z, Z, degree, NoSymbol ] };
  105. key <AD06> { [ y, Y, NoSymbol, NoSymbol ] };
  106. };
  107. xkb_symbols "qwerty_bksl" {
  108. // Use <BKSL> instead of <LSGT> (useful for keyboards without <LSGT> key).
  109. include "sk(qwerty)"
  110. name[Group1] = "Slovak (QWERTY, extended backslash)";
  111. key <BKSL> { [ backslash, bar, slash, parenright ] };
  112. key <LSGT> { [ backslash, parenleft, slash, NoSymbol ] };
  113. };
  114. // EXTRAS:
  115. partial alphanumeric_keys
  116. xkb_symbols "sun_type6" {
  117. include "sun_vndr/sk(sun_type6)"
  118. };