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

latam (13886B)


  1. // Modified for a real Latin American keyboard by Fabian Mandelbaum.
  2. default partial alphanumeric_keys
  3. xkb_symbols "basic" {
  4. include "latin(type4)"
  5. name[Group1]="Spanish (Latin American)";
  6. key <AE01> { [ 1, exclam, bar, exclamdown ] };
  7. key <AE03> { [ 3, numbersign, periodcentered, sterling ] };
  8. key <AE04> { [ 4, dollar, asciitilde, dollar ] };
  9. key <AE06> { [ 6, ampersand, notsign, fiveeighths ] };
  10. key <AE11> { [apostrophe, question, backslash, questiondown ] };
  11. key <AE12> { [questiondown, exclamdown, dead_cedilla, dead_ogonek] };
  12. key <AD11> { [dead_acute, dead_diaeresis, dead_diaeresis, dead_abovering ] };
  13. key <AD12> { [ plus, asterisk, asciitilde, dead_macron ] };
  14. key <AC10> { [ ntilde, Ntilde, asciitilde, dead_doubleacute ] };
  15. key <AC11> { [ braceleft, bracketleft, dead_circumflex, braceleft] };
  16. key <TLDE> { [ bar, degree, notsign, notsign ] };
  17. key <BKSL> { [braceright, bracketright, dead_grave, braceright ] };
  18. key <LSGT> { [ less, greater, backslash, bar ] };
  19. include "level3(ralt_switch)"
  20. };
  21. partial alphanumeric_keys
  22. xkb_symbols "nodeadkeys" {
  23. include "latam(basic)"
  24. name[Group1]="Spanish (Latin American, no dead keys)";
  25. key <AE12> { [questiondown, exclamdown, cedilla, ogonek ] };
  26. key <AD11> { [ grave, asciicircum, bracketleft, degree ] };
  27. key <AD12> { [ plus, asterisk, bracketright, macron ] };
  28. key <AC10> { [ ntilde, Ntilde, asciitilde, doubleacute ] };
  29. key <AC11> { [ acute, diaeresis, braceleft, braceleft ] };
  30. key <BKSL> { [ ccedilla, Ccedilla, braceright, breve ] };
  31. key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
  32. };
  33. partial alphanumeric_keys
  34. xkb_symbols "deadtilde" {
  35. include "latam(basic)"
  36. name[Group1]="Spanish (Latin American, dead tilde)";
  37. key <AD12> { [ plus, asterisk, dead_tilde, dead_macron ] };
  38. };
  39. // Latin American Spanish Dvorak mapping (note R-H exchange)
  40. partial alphanumeric_keys
  41. xkb_symbols "dvorak" {
  42. name[Group1]="Spanish (Latin American, Dvorak)";
  43. key <TLDE> {[ bar, degree, notsign, notsign ]};
  44. key <AE01> {[ 1, exclam, bar, exclamdown ]};
  45. key <AE02> {[ 2, quotedbl, at, oneeighth ]};
  46. key <AE03> {[ 3, numbersign, periodcentered, sterling ]};
  47. key <AE04> {[ 4, dollar, asciitilde, dollar ]};
  48. key <AE05> {[ 5, percent, onehalf, threeeighths ]};
  49. key <AE06> {[ 6, ampersand, notsign, fiveeighths ]};
  50. key <AE07> {[ 7, slash, braceleft, seveneighths ]};
  51. key <AE08> {[ 8, parenleft, bracketleft, trademark ]};
  52. key <AE09> {[ 9, parenright, bracketright, plusminus ]};
  53. key <AE10> {[ 0, equal, braceright, degree ]};
  54. key <AE11> {[ apostrophe, question, backslash, questiondown ]};
  55. key <AE12> {[ questiondown, exclamdown, dead_cedilla, dead_ogonek ]};
  56. key <AD01> {[ period, colon, at ]};
  57. key <AD02> {[ comma, semicolon ]};
  58. key <AD03> {[ ntilde, Ntilde, lstroke, Lstroke ]};
  59. key <AD04> {[ p, P, paragraph ]};
  60. key <AD05> {[ y, Y, yen ]};
  61. key <AD06> {[ f, F, tslash, Tslash ]};
  62. key <AD07> {[ g, G, dstroke, Dstroke ]};
  63. key <AD08> {[ c, C, cent, copyright ]};
  64. key <AD09> {[ h, H, hstroke, Hstroke ]};
  65. key <AD10> {[ l, L, sterling ]};
  66. key <AD11> {[ dead_acute, dead_diaeresis, dead_diaeresis, dead_abovering ]};
  67. key <AD12> {[ plus, asterisk, asciitilde, dead_macron ]};
  68. key <AC01> {[ a, A, ae, AE ]};
  69. key <AC02> {[ o, O, oslash, Oslash ]};
  70. key <AC03> {[ e, E, EuroSign ]};
  71. key <AC04> {[ u, U, aring, Aring ]};
  72. key <AC05> {[ i, I, oe, OE ]};
  73. key <AC06> {[ d, D, eth, ETH ]};
  74. key <AC07> {[ r, R, registered, trademark ]};
  75. key <AC08> {[ t, T, thorn, THORN ]};
  76. key <AC09> {[ n, N, eng, ENG ]};
  77. key <AC10> {[ s, S, ssharp, section ]};
  78. key <AC11> {[ braceleft, bracketleft, dead_circumflex, braceleft ]};
  79. key <BKSL> {[ braceright, bracketright, dead_grave, braceright ]};
  80. key <LSGT> {[ less, greater, guillemotleft, guillemotright ]};
  81. key <AB01> {[ minus, underscore, hyphen, macron ]};
  82. key <AB02> {[ q, Q, currency ]};
  83. key <AB03> {[ j, J ]};
  84. key <AB04> {[ k, K, kra ]};
  85. key <AB05> {[ x, X, multiply, division ]};
  86. key <AB06> {[ b, B ]};
  87. key <AB07> {[ m, M, mu ]};
  88. key <AB08> {[ w, W ]};
  89. key <AB09> {[ v, V ]};
  90. key <AB10> {[ z, Z ]};
  91. include "level3(ralt_switch)"
  92. };
  93. // Latin American Spanish Colemak mapping (by eDreymaR)
  94. partial alphanumeric_keys
  95. xkb_symbols "colemak" {
  96. name[Group1]="Spanish (Latin American, Colemak)";
  97. key <TLDE> {[ bar, degree, notsign, notsign ]};
  98. key <AE01> {[ 1, exclam, bar, exclamdown ]};
  99. key <AE02> {[ 2, quotedbl, at, oneeighth ]};
  100. key <AE03> {[ 3, numbersign, periodcentered, sterling ]};
  101. key <AE04> {[ 4, dollar, asciitilde, dollar ]};
  102. key <AE05> {[ 5, percent, onehalf, threeeighths ]};
  103. key <AE06> {[ 6, ampersand, notsign, fiveeighths ]};
  104. key <AE07> {[ 7, slash, braceleft, seveneighths ]};
  105. key <AE08> {[ 8, parenleft, bracketleft, trademark ]};
  106. key <AE09> {[ 9, parenright, bracketright, plusminus ]};
  107. key <AE10> {[ 0, equal, braceright, degree ]};
  108. key <AE11> {[ apostrophe, question, backslash, questiondown ]};
  109. key <AE12> {[ questiondown, exclamdown, dead_cedilla, dead_ogonek ]};
  110. key <AD01> {[ q, Q, U201A, U201E ]};
  111. key <AD02> {[ w, W, U2018, U201C ]};
  112. key <AD03> {[ f, F, U2019, U201D ]};
  113. key <AD04> {[ p, P, U2293, paragraph ]};
  114. key <AD05> {[ g, G, eng, ENG ]};
  115. key <AD06> {[ j, J, U222B, U03A3 ]};
  116. key <AD07> {[ l, L, lstroke, Lstroke ]};
  117. key <AD08> {[ u, U, U2039, guillemotleft ]};
  118. key <AD09> {[ y, Y, U203A, guillemotright ]};
  119. key <AD10> {[ ntilde, Ntilde, asciitilde, U02EE ]};
  120. key <AD11> {[ dead_acute, dead_diaeresis, dead_diaeresis, dead_abovering ]};
  121. key <AD12> {[ plus, asterisk, asciitilde, dead_macron ]};
  122. key <AC01> {[ a, A, ae, AE ]};
  123. key <AC02> {[ r, R, registered, trademark ]};
  124. key <AC03> {[ s, S, ssharp, section ]};
  125. key <AC04> {[ t, T, thorn, THORN ]};
  126. key <AC05> {[ d, D, eth, ETH ]};
  127. key <AC06> {[ h, H, hstroke, Hstroke ]};
  128. key <AC07> {[ n, N, hyphen, U2190 ]};
  129. key <AC08> {[ e, E, EuroSign, U2191 ]};
  130. key <AC09> {[ i, I, U2015, U2192 ]};
  131. key <AC10> {[ o, O, U00BA, U00AA ]};
  132. key <AC11> {[ braceleft, bracketleft, dead_circumflex, braceleft ]};
  133. key <BKSL> {[ braceright, bracketright, dead_grave, braceright ]};
  134. key <LSGT> {[ less, greater, bar, U00A6 ]};
  135. key <AB01> {[ z, Z, U0292, U01B7 ]};
  136. key <AB02> {[ x, X, U2020, U2021 ]};
  137. key <AB03> {[ c, C, cent, copyright ]};
  138. key <AB04> {[ v, V, division, U03B3 ]};
  139. key <AB05> {[ b, B, U2022, U03B2 ]};
  140. key <AB06> {[ k, K, U00E7, U00C7 ]};
  141. key <AB07> {[ m, M, multiply, U2193 ]};
  142. key <AB08> {[ comma, semicolon, hyphen, multiply ]};
  143. key <AB09> {[ period, colon, U0323, division ]};
  144. key <AB10> {[ minus, underscore ]};
  145. include "level3(ralt_switch)"
  146. };
  147. // Latin American Spanish Colemak mapping (by eDreymaR), customized to
  148. // keep WASD in a qwerty-like layout
  149. partial alphanumeric_keys
  150. xkb_symbols "colemak-gaming" {
  151. name[Group1]="Spanish (Latin American, Colemak for gaming)";
  152. key <TLDE> {[ bar, degree, notsign, notsign ]};
  153. key <AE01> {[ 1, exclam, bar, exclamdown ]};
  154. key <AE02> {[ 2, quotedbl, at, oneeighth ]};
  155. key <AE03> {[ 3, numbersign, periodcentered, sterling ]};
  156. key <AE04> {[ 4, dollar, asciitilde, dollar ]};
  157. key <AE05> {[ 5, percent, onehalf, threeeighths ]};
  158. key <AE06> {[ 6, ampersand, notsign, fiveeighths ]};
  159. key <AE07> {[ 7, slash, braceleft, seveneighths ]};
  160. key <AE08> {[ 8, parenleft, bracketleft, trademark ]};
  161. key <AE09> {[ 9, parenright, bracketright, plusminus ]};
  162. key <AE10> {[ 0, equal, braceright, degree ]};
  163. key <AE11> {[ apostrophe, question, backslash, questiondown ]};
  164. key <AE12> {[ questiondown, exclamdown, dead_cedilla, dead_ogonek ]};
  165. key <AD01> {[ q, Q, U201A, U201E ]};
  166. key <AD02> {[ w, W, U2018, U201C ]};
  167. key <AD03> {[ f, F, U2019, U201D ]};
  168. key <AD04> {[ p, P, U2293, paragraph ]};
  169. key <AD05> {[ g, G, eng, ENG ]};
  170. key <AD06> {[ j, J, U222B, U03A3 ]};
  171. key <AD07> {[ l, L, lstroke, Lstroke ]};
  172. key <AD08> {[ u, U, U2039, guillemotleft ]};
  173. key <AD09> {[ y, Y, U203A, guillemotright ]};
  174. key <AD10> {[ ntilde, Ntilde, asciitilde, U02EE ]};
  175. key <AD11> {[ dead_acute, dead_diaeresis, dead_diaeresis, dead_abovering ]};
  176. key <AD12> {[ plus, asterisk, asciitilde, dead_macron ]};
  177. key <AC01> {[ a, A, ae, AE ]};
  178. key <AC02> {[ s, S, ssharp, section ]};
  179. key <AC03> {[ d, D, eth, ETH ]};
  180. key <AC04> {[ t, T, thorn, THORN ]};
  181. key <AC05> {[ r, R, registered, trademark ]};
  182. key <AC06> {[ h, H, hstroke, Hstroke ]};
  183. key <AC07> {[ n, N, hyphen, U2190 ]};
  184. key <AC08> {[ e, E, EuroSign, U2191 ]};
  185. key <AC09> {[ i, I, U2015, U2192 ]};
  186. key <AC10> {[ o, O, U00BA, U00AA ]};
  187. key <AC11> {[ braceleft, bracketleft, dead_circumflex, braceleft ]};
  188. key <BKSL> {[ braceright, bracketright, dead_grave, braceright ]};
  189. key <LSGT> {[ less, greater, bar, U00A6 ]};
  190. key <AB01> {[ z, Z, U0292, U01B7 ]};
  191. key <AB02> {[ x, X, U2020, U2021 ]};
  192. key <AB03> {[ c, C, cent, copyright ]};
  193. key <AB04> {[ v, V, division, U03B3 ]};
  194. key <AB05> {[ b, B, U2022, U03B2 ]};
  195. key <AB06> {[ k, K, U00E7, U00C7 ]};
  196. key <AB07> {[ m, M, multiply, U2193 ]};
  197. key <AB08> {[ comma, semicolon, hyphen, multiply ]};
  198. key <AB09> {[ period, colon, U0323, division ]};
  199. key <AB10> {[ minus, underscore ]};
  200. include "level3(ralt_switch)"
  201. };