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

se (16992B)


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. include "latin(type2)"
  4. include "se(se)"
  5. };
  6. partial alphanumeric_keys
  7. xkb_symbols "se" {
  8. name[Group1]="Swedish";
  9. key <TLDE> { [ section, onehalf, paragraph, threequarters] };
  10. key <AE05> { [ 5, percent, EuroSign, cent ] };
  11. key <AE11> { [ plus, question, backslash, questiondown ] };
  12. key <AE12> { [dead_acute, dead_grave, plusminus, notsign ] };
  13. key <AC10> { [odiaeresis, Odiaeresis, oslash, Ooblique ] };
  14. key <AC11> { [adiaeresis, Adiaeresis, ae, AE ] };
  15. key <BKSL> { [apostrophe, asterisk, acute, multiply ] };
  16. key <LSGT> { [ less, greater, bar, brokenbar ] };
  17. key <SPCE> { [ space, space, space, nobreakspace ] };
  18. include "kpdl(comma)"
  19. include "level3(ralt_switch)"
  20. };
  21. partial alphanumeric_keys
  22. xkb_symbols "nodeadkeys" {
  23. // Modifies the basic Swedish layout to eliminate all dead keys
  24. include "latin(type2)"
  25. include "latin(type2_nodeadkeys)"
  26. include "se(se)"
  27. name[Group1]="Swedish (no dead keys)";
  28. key <AE12> { [ acute, grave, plusminus, notsign ] };
  29. };
  30. // Swedish Dvorak
  31. partial alphanumeric_keys
  32. xkb_symbols "dvorak" {
  33. include "se(basic)"
  34. name[Group1]="Swedish (Dvorak)";
  35. key <AD01> { [ aring, Aring, backslash ] };
  36. key <AD02> { [ adiaeresis, Adiaeresis, braceleft, bracketleft ] };
  37. key <AD03> { [ odiaeresis, Odiaeresis, braceright, bracketright ] };
  38. key <AD04> { [ p, P, thorn, THORN ] };
  39. key <AD05> { [ y, Y, leftarrow, yen ] };
  40. key <AD06> { [ f, F, dstroke, ordfeminine ] };
  41. key <AD07> { [ g, G, eng, ENG ] };
  42. key <AD08> { [ c, C, copyright, copyright ] };
  43. key <AD09> { [ r, R, registered, registered ] };
  44. key <AD10> { [ l, L, lstroke, Lstroke ] };
  45. key <AD11> { [ comma, semicolon, dead_cedilla, dead_ogonek ] };
  46. key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, asciicircum ] };
  47. key <AC01> { [ a, A, ae, AE ] };
  48. key <AC02> { [ o, O, oe, OE ] };
  49. key <AC03> { [ e, E, EuroSign, cent ] };
  50. key <AC04> { [ u, U, downarrow, uparrow ] };
  51. key <AC05> { [ i, I, rightarrow, idotless ] };
  52. key <AC06> { [ d, D, eth, ETH ] };
  53. key <AC07> { [ h, H, hstroke, Hstroke ] };
  54. key <AC08> { [ t, T, tslash, Tslash ] };
  55. key <AC09> { [ n, N ] };
  56. key <AC10> { [ s, S, ssharp, section ] };
  57. key <AC11> { [ minus, underscore, dead_belowdot, dead_abovedot ] };
  58. key <AB01> { [ period, colon, periodcentered, dead_abovedot ] };
  59. key <AB02> { [ q, Q, at, Greek_OMEGA ] };
  60. key <AB03> { [ j, J ] };
  61. key <AB04> { [ k, K, kra, ampersand ] };
  62. key <AB05> { [ x, X, guillemotright, greater ] };
  63. key <AB06> { [ b, B, rightdoublequotemark, apostrophe ] };
  64. key <AB07> { [ m, M, mu, masculine ] };
  65. key <AB08> { [ w, W, lstroke, Lstroke ] };
  66. key <AB09> { [ v, V, leftdoublequotemark, grave ] };
  67. key <AB10> { [ z, Z, guillemotleft, less ] };
  68. };
  69. // Ivan Popov, 2005-07-17
  70. // phonetic layout for Russian cyrillic letters
  71. // on Swedish (latin type2) keyboards
  72. // level3 modifier is a shortcut to the "se" meaning of the keys where
  73. // we place cyrillic letters, handy for accessing the corresponding
  74. // punctuation marks.
  75. // It is important to have access to punctuation marks, and the rest of
  76. // alphabetical keys are added for being consequent so that the users
  77. // can expect the level3 modifier to give what the key label shows.
  78. partial alphanumeric_keys
  79. xkb_symbols "rus" {
  80. include "se(basic)"
  81. name[Group1]="Russian (Sweden, phonetic)";
  82. key.type[group1]="ALPHABETIC";
  83. key <TLDE> { [ Cyrillic_io, Cyrillic_IO ] };
  84. key <AE12> { [ Cyrillic_hardsign, Cyrillic_HARDSIGN ] };
  85. key <AD01> { [ Cyrillic_ya, Cyrillic_YA ] };
  86. key <AD02> { [ Cyrillic_ve, Cyrillic_VE ] };
  87. key <AD03> { [ Cyrillic_ie, Cyrillic_IE ] };
  88. key <AD04> { [ Cyrillic_er, Cyrillic_ER ] };
  89. key <AD05> { [ Cyrillic_te, Cyrillic_TE ] };
  90. key <AD06> { [ Cyrillic_yeru, Cyrillic_YERU ] };
  91. key <AD07> { [ Cyrillic_u, Cyrillic_U ] };
  92. key <AD08> { [ Cyrillic_i, Cyrillic_I ] };
  93. key <AD09> { [ Cyrillic_o, Cyrillic_O ] };
  94. key <AD10> { [ Cyrillic_pe, Cyrillic_PE ] };
  95. key <AD11> { [ Cyrillic_e, Cyrillic_E ] };
  96. key <AC01> { [ Cyrillic_a, Cyrillic_A ] };
  97. key <AC02> { [ Cyrillic_es, Cyrillic_ES ] };
  98. key <AC03> { [ Cyrillic_de, Cyrillic_DE ] };
  99. key <AC04> { [ Cyrillic_ef, Cyrillic_EF ] };
  100. key <AC05> { [ Cyrillic_ghe, Cyrillic_GHE ] };
  101. key <AC06> { [ Cyrillic_ha, Cyrillic_HA ] };
  102. key <AC07> { [ Cyrillic_shorti, Cyrillic_SHORTI ] };
  103. key <AC08> { [ Cyrillic_ka, Cyrillic_KA ] };
  104. key <AC09> { [ Cyrillic_el, Cyrillic_EL ] };
  105. key <AC10> { [ Cyrillic_sha, Cyrillic_SHA ] };
  106. key <AC11> { [ Cyrillic_shcha, Cyrillic_SHCHA ] };
  107. key <BKSL> { [ Cyrillic_yu, Cyrillic_YU ] };
  108. key <LSGT> { [ Cyrillic_che, Cyrillic_CHE ] };
  109. key <AB01> { [ Cyrillic_ze, Cyrillic_ZE ] };
  110. key <AB02> { [ Cyrillic_softsign, Cyrillic_SOFTSIGN ] };
  111. key <AB03> { [ Cyrillic_tse, Cyrillic_TSE ] };
  112. key <AB04> { [ Cyrillic_zhe, Cyrillic_ZHE ] };
  113. key <AB05> { [ Cyrillic_be, Cyrillic_BE ] };
  114. key <AB06> { [ Cyrillic_en, Cyrillic_EN ] };
  115. key <AB07> { [ Cyrillic_em, Cyrillic_EM ] };
  116. };
  117. partial alphanumeric_keys
  118. xkb_symbols "rus_nodeadkeys" {
  119. include "se(nodeadkeys)"
  120. include "se(rus)"
  121. name[Group1]="Russian (Sweden, phonetic, no dead keys)";
  122. key <AE12> { [ Cyrillic_hardsign, Cyrillic_HARDSIGN ] };
  123. };
  124. xkb_symbols "smi" {
  125. include "fi(smi)"
  126. name[Group1]= "Northern Saami (Sweden)";
  127. };
  128. // Copied from macintosh_vndr/se
  129. partial alphanumeric_keys
  130. xkb_symbols "mac" {
  131. // Describes the differences between a very simple en_US
  132. // keyboard and a very simple Swedish(Sweden) keyboard.
  133. include "latin"
  134. name[Group1]= "Swedish (Macintosh)";
  135. key <TLDE> { [ section, degree ] };
  136. key <AE01> { [ 1, exclam, copyright, exclamdown ] };
  137. key <AE02> { [ 2, quotedbl, at, oneeighth ] };
  138. key <AE03> { [ 3, numbersign, sterling, yen ] };
  139. key <AE04> { [ 4, currency, dollar, cent ] };
  140. key <AE06> { [ 6, ampersand ] };
  141. key <AE07> { [ 7, slash, bar, backslash ] };
  142. key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
  143. key <AE09> { [ 9, parenright, bracketright, braceright ] };
  144. key <AE10> { [ 0, equal ] };
  145. key <AE11> { [ plus, question ] };
  146. key <AE12> { [ acute, grave ] };
  147. key <AD11> { [ aring, Aring ] };
  148. key <AD12> { [ diaeresis, asciicircum, asciitilde ] };
  149. key <AC10> { [ odiaeresis, Odiaeresis, oslash, Ooblique ] };
  150. key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] };
  151. key <BKSL> { [ apostrophe, asterisk, at ] };
  152. key <AB08> { [ comma, semicolon ] };
  153. key <AB09> { [ period, colon ] };
  154. key <AB10> { [ minus, underscore ] };
  155. include "kpdl(comma)"
  156. include "level3(ralt_switch)"
  157. };
  158. // Svdvorak
  159. // This version of Dvorak follows danish and norwegian style in hope for a
  160. // Scandinavian standard.
  161. partial alphanumeric_keys
  162. xkb_symbols "svdvorak" {
  163. include "se(basic)"
  164. name[Group1]="Swedish (Svdvorak)";
  165. key <AD01> { [ aring, Aring, braceleft ] };
  166. key <AD02> { [ comma, semicolon, bracketleft ] };
  167. key <AD03> { [ period, colon, bracketright ] };
  168. key <AD04> { [ p, P, braceright ] };
  169. key <AD05> { [ y, Y ] };
  170. key <AD06> { [ f, F ] };
  171. key <AD07> { [ g, G ] };
  172. key <AD08> { [ c, C ] };
  173. key <AD09> { [ r, R ] };
  174. key <AD10> { [ l, L ] };
  175. key <AD11> { [ apostrophe, asterisk ] };
  176. key <AC01> { [ a, A ] };
  177. key <AC02> { [ o, O, parenleft ] };
  178. key <AC03> { [ e, E, parenright ] };
  179. key <AC04> { [ u, U ] };
  180. key <AC05> { [ i, I ] };
  181. key <AC06> { [ d, D ] };
  182. key <AC07> { [ h, H ] };
  183. key <AC08> { [ t, T ] };
  184. key <AC09> { [ n, N ] };
  185. key <AC10> { [ s, S, ssharp, U1E9E ] };
  186. key <AC11> { [ minus, underscore ] };
  187. key <BKSL> { [ less, greater, bar ] };
  188. key <LSGT> { [ odiaeresis, Odiaeresis ] };
  189. key <AB01> { [ adiaeresis, Adiaeresis ] };
  190. key <AB02> { [ q, Q ] };
  191. key <AB03> { [ j, J ] };
  192. key <AB04> { [ k, K ] };
  193. key <AB05> { [ x, X ] };
  194. key <AB06> { [ b, B ] };
  195. key <AB07> { [ m, M ] };
  196. key <AB08> { [ w, W ] };
  197. key <AB09> { [ v, V ] };
  198. key <AB10> { [ z, Z ] };
  199. };
  200. partial alphanumeric_keys
  201. xkb_symbols "swl" {
  202. //
  203. // Swedish Sign Language
  204. // ISO_639-3 language code: swl
  205. // (called “svenskt teckenspråk” in swedish)
  206. //
  207. // Author: Saašha Metsärantala saasha@acc.umu.se
  208. //
  209. // A sans-serif font is available at
  210. // http://www.acc.umu.se/home/saasha/typsnitt/swl_sans.ttf
  211. //
  212. include "se(basic)"
  213. name[Group1]="Swedish Sign Language";
  214. key <AB01> { [ 0x110c925, 0x110c95f, 0x110c940, 0x110c99a ] };
  215. key <AB02> { [ 0x110c96b, 0x110c933, 0x110c920, 0x110c98e ] };
  216. key <AB03> { [ 0x110c949, 0x110c94b, 0x110c921, 0x110c99f ] };
  217. key <AB04> { [ 0x110c923, 0x110c92d, 0x110c95c, 0x110c96e ] };
  218. key <AB05> { [ 0x110c93b, 0x110c927, 0x110c908, 0x110c9a6 ] };
  219. key <AB06> { [ 0x110c93a, 0x110c94c, 0x110c93e, 0x110c9a7 ] };
  220. key <AB07> { [ 0x110c95b, 0x110c93f, 0x110c907, 0x110c992 ] };
  221. key <AC01> { [ 0x110c973, 0x110c924, 0x110c93c, 0x110c9a4 ] };
  222. key <AC02> { [ 0x110c972, 0x110c945, 0x110c91a, 0x110c99c ] };
  223. key <AC03> { [ 0x110c979, 0x110c929, 0x110c916, 0x110c999 ] };
  224. key <AC04> { [ 0x110c976, 0x110c975, 0x110c917, 0x110c994 ] };
  225. key <AC05> { [ 0x110c95a, 0x110c926, 0x110c918, 0x110c996 ] };
  226. key <AC06> { [ 0x110c96f, 0x110c932, 0x110c915, 0x110c998 ] };
  227. key <AC07> { [ 0x110c942, 0x110c922, 0x110c913, 0x110c9a2 ] };
  228. key <AC08> { [ 0x110c985, 0x110c94e, 0x110c914, 0x110c97a ] };
  229. key <AC09> { [ 0x110c928, 0x110c948, 0x110c919, 0x110c9a5 ] };
  230. key <AC10> { [ 0x110c970, 0x110c92b, 0x110c905, 0x110c991 ] };
  231. key <AC11> { [ 0x110c92e, 0x110c944, 0x110c904, VoidSymbol ] };
  232. key <AD01> { [ 0x110c96c, 0x110c92a, 0x110c900, 0x110c9a1 ] };
  233. key <AD02> { [ 0x110c971, 0x110c930, 0x110c903, 0x110c99e ] };
  234. key <AD03> { [ 0x110c987, 0x110c947, 0x110c90c, 0x110c96d ] };
  235. key <AD04> { [ 0x110c986, 0x110c92c, 0x110c91b, 0x110c993 ] };
  236. key <AD05> { [ 0x110c939, 0x110c94a, 0x110c911, 0x110c995 ] };
  237. key <AD06> { [ 0x110c952, 0x110c943, 0x110c912, 0x110c99b ] };
  238. key <AD07> { [ 0x110c978, 0x110c977, 0x110c95e, 0x110c9a3 ] };
  239. key <AD08> { [ 0x110c951, 0x110c931, 0x110c91e, 0x110c997 ] };
  240. key <AD09> { [ 0x110c90e, 0x110c946, 0x110c906, 0x110c9a0 ] };
  241. key <AD10> { [ 0x110c91f, 0x110c961, 0x110c91c, VoidSymbol ] };
  242. key <AD11> { [ 0x110c93d, 0x110c92f, 0x110c902, VoidSymbol ] };
  243. key <AE01> { [ 0x110c953, 0x110c936, 0x110c988, 0x110c962 ] };
  244. key <AE02> { [ 0x110c954, 0x110c957, 0x110c97d, 0x110c963 ] };
  245. key <AE03> { [ 0x110c934, 0x110c937, 0x110c97e, 0x110c983 ] };
  246. key <AE04> { [ 0x110c955, 0x110c958, 0x110c98a, 0x110c984 ] };
  247. key <AE05> { [ 0x110c935, 0x110c938, 0x110c97f, 0x110c966 ] };
  248. key <AE06> { [ 0x110c956, 0x110c959, 0x110c980, 0x110c967 ] };
  249. key <AE07> { [ 0x110c960, 0x110c969, 0x110c982, 0x110c96a ] };
  250. key <AE08> { [ 0x110c97c, 0x110c90b, 0x110c989, 0x110c964 ] };
  251. key <AE09> { [ 0x110c97b, 0x110c90a, 0x110c98b, 0x110c965 ] };
  252. key <AE10> { [ 0x110c974, 0x110c909, 0x110c98c, 0x110c968 ] };
  253. };
  254. partial alphanumeric_keys
  255. xkb_symbols "us" {
  256. include "us"
  257. name[Group1]="Swedish (US)";
  258. key <AC10> { [ NoSymbol, NoSymbol, odiaeresis, Odiaeresis ] };
  259. key <AC11> { [ NoSymbol, NoSymbol, adiaeresis, Adiaeresis ] };
  260. key <AD11> { [ NoSymbol, NoSymbol, aring, Aring ] };
  261. include "level3(ralt_switch)"
  262. };
  263. // EXTRAS:
  264. partial alphanumeric_keys
  265. xkb_symbols "sun_type6" {
  266. include "sun_vndr/se(sun_type6)"
  267. };
  268. partial alphanumeric_keys
  269. xkb_symbols "dvorak_a5" {
  270. include "se(basic)"
  271. name[Group1]="Swedish (Dvorak A5)";
  272. key <AE12> { [ dead_acute, dead_grave, plusminus, none ] };
  273. key <AD01> { [ aring, Aring, braceleft, none ] };
  274. key <AD02> { [ adiaeresis, Adiaeresis, braceright, none ] };
  275. key <AD03> { [ odiaeresis, Odiaeresis, bracketleft, none ] };
  276. key <AD04> { [ p, P, bracketright, none ] };
  277. key <AD05> { [ y, Y, dollar, none ] };
  278. key <AD06> { [ f, F, quotedbl, none ] };
  279. key <AD07> { [ g, G, question, none ] };
  280. key <AD08> { [ c, C, ampersand, none ] };
  281. key <AD09> { [ r, R, less, none ] };
  282. key <AD10> { [ l, L, greater, none ] };
  283. key <AD11> { [ comma, semicolon, dead_cedilla, none ] };
  284. key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, asciicircum ] };
  285. key <AC01> { [ a, A, semicolon, none ] };
  286. key <AC02> { [ o, O, slash, none ] };
  287. key <AC03> { [ e, E, parenleft, none ] };
  288. key <AC04> { [ u, U, parenright, none ] };
  289. key <AC05> { [ i, I, bar, none ] };
  290. key <AC06> { [ d, D, numbersign, none ] };
  291. key <AC07> { [ h, H, asciicircum, none ] };
  292. key <AC08> { [ t, T, numbersign, none ] };
  293. key <AC09> { [ n, N, quotedbl, none ] };
  294. key <AC10> { [ s, S, asciitilde, none ] };
  295. key <AC11> { [ minus, underscore, grave, none ] };
  296. key <AB01> { [ period, colon, colon, none ] };
  297. key <AB02> { [ q, Q, equal, none ] };
  298. key <AB03> { [ j, J, at, none ] };
  299. key <AB04> { [ k, K, exclam, none ] };
  300. key <AB05> { [ x, X, backslash, none ] };
  301. key <AB06> { [ b, B, percent, none ] };
  302. key <AB07> { [ m, M, grave, none ] };
  303. key <AB08> { [ w, W, lstroke, none ] };
  304. key <AB09> { [ v, V, leftdoublequotemark, none ] };
  305. key <AB10> { [ z, Z, guillemotleft, none ] };
  306. key <BKSL> { [ apostrophe, asterisk, asterisk, none ] };
  307. };
  308. partial alphanumeric_keys
  309. xkb_symbols "ovd" {
  310. // Adds combining ogonek (U0328) to the basic Swedish layout to facilitate
  311. // typing of Ą ą Ę ę Į į Ų ų Y̨ y̨ Ą̊ ą̊.
  312. // The character replaces <dead_diaeresis> which is considered dispensable
  313. // since ä and ö have their own keys. <dead_diaeresis> is still available
  314. // via <AltGr> + Å.
  315. include "se(basic)"
  316. name[Group1]="Elfdalian (Swedish, with combining ogonek)";
  317. key <AD12> { [ U0328, dead_circumflex, dead_tilde, dead_caron ] };
  318. };
  319. // us_dvorak
  320. // Author Thomas Lundqvist http://tlundqvist.org/sv_dvorak/
  321. partial alphanumeric_keys
  322. xkb_symbols "us_dvorak" {
  323. include "us(dvorak-intl)"
  324. name[Group1]="Swedish (Dvorak, intl.)";
  325. key <TLDE> { [ apostrophe, asciitilde, grave, dead_tilde ] };
  326. key <AE02> { [ 2, quotedbl, at ] };
  327. key <AE06> { [ 6, asciicircum, dead_circumflex ] };
  328. key <AD01> { [ aring, Aring, dead_acute ] };
  329. key <AC11> { [ minus, underscore, bar, dead_macron ] };
  330. key <AB01> { [ adiaeresis, Adiaeresis, dead_grave, dead_ogonek ] };
  331. key <LSGT> { [ odiaeresis, Odiaeresis, dead_diaeresis, dead_belowdot ] };
  332. key <BKSL> { [ semicolon, colon, backslash ] };
  333. include "kpdl(comma)"
  334. include "level3(ralt_switch)"
  335. };