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

no (2118B)


  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 Norwegian keyboard.
  5. include "latin"
  6. name[Group1]= "Norway - Mac";
  7. key <TLDE> { [ bar, section ] };
  8. key <AE02> { [ 2, quotedbl, at, oneeighth ] };
  9. key <AE03> { [ 3, numbersign, sterling, sterling ] };
  10. key <AE04> { [ 4, currency, dollar, dollar ] };
  11. key <AE06> { [ 6, ampersand ] };
  12. key <AE07> { [ 7, slash, bar, backslash ] };
  13. key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
  14. key <AE09> { [ 9, parenright, bracketright, braceright ] };
  15. key <AE10> { [ 0, equal ] };
  16. key <AE11> { [ plus, question ] };
  17. key <AE12> { [ dead_grave, dead_acute, acute, dead_ogonek ] };
  18. key <AB08> { [ comma, semicolon ] };
  19. key <AB09> { [ period, colon ] };
  20. key <AB10> { [ minus, underscore ] };
  21. key <AC10> { [ oslash, Ooblique, odiaeresis, Odiaeresis ] };
  22. key <AC11> { [ ae, AE ] };
  23. key <AD11> { [ aring, Aring ] };
  24. key <AD12> { [ diaeresis, asciicircum, asciitilde, dead_macron ] };
  25. key <BKSL> { [ at, asterisk ] };
  26. key <LSGT> { [ less, greater ] };
  27. include "eurosign(e)"
  28. include "level3(ralt_switch)"
  29. };
  30. partial alphanumeric_keys
  31. xkb_symbols "nodeadkeys" {
  32. // Modifies the basic Norwegian layout to no dead keys
  33. include "macintosh_vndr/no(basic)"
  34. name[Group1]= "Norway - Mac, no dead keys";
  35. key <AE12> { [ grave, acute, acute, ogonek ] };
  36. key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
  37. };