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 (2085B)


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. // Describes the differences between a very simple en_US
  4. // keyboard and a very simple Swedish(Sweden) keyboard.
  5. include "latin"
  6. name[Group1]= "Sweden - Mac";
  7. key <TLDE> { [ section, degree ] };
  8. key <AE01> { [ 1, exclam, copyright, exclamdown ] };
  9. key <AE02> { [ 2, quotedbl, at, oneeighth ] };
  10. key <AE03> { [ 3, numbersign, sterling, yen ] };
  11. key <AE04> { [ 4, currency, dollar, cent ] };
  12. key <AE06> { [ 6, ampersand ] };
  13. key <AE07> { [ 7, slash, bar, backslash ] };
  14. key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
  15. key <AE09> { [ 9, parenright, bracketright, braceright ] };
  16. key <AB08> { [ comma, semicolon ] };
  17. key <AE10> { [ 0, equal ] };
  18. key <AE11> { [ plus, question ] };
  19. key <AE12> { [ acute, grave ] };
  20. key <AB09> { [ period, colon ] };
  21. key <AB10> { [ minus, underscore ] };
  22. key <AC10> { [ odiaeresis, Odiaeresis, oslash, Ooblique ] };
  23. key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] };
  24. key <AD11> { [ aring, Aring ] };
  25. key <AD12> { [ diaeresis, asciicircum, asciitilde ] };
  26. key <BKSL> { [ apostrophe, asterisk, at ] };
  27. key <LSGT> { [ less, greater, bar, brokenbar ] };
  28. include "kpdl(comma)"
  29. include "eurosign(e)"
  30. include "level3(ralt_switch)"
  31. };
  32. partial alphanumeric_keys
  33. xkb_symbols "nodeadkeys" {
  34. include "macintosh_vndr/se(basic)" // for consistent naming
  35. name[Group1]= "Sweden - Mac, no dead keys";
  36. };