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

dk (3508B)


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. // Describes the differences between a very simple en_US
  4. // keyboard and a Danish keyboard with dead key support
  5. // and all of ISO-8859-1 characters available.
  6. include "latin"
  7. name[Group1]= "Denmark - Mac";
  8. key <TLDE> { [ onehalf, section, threequarters, paragraph ]};
  9. key <LSGT> { [ less, greater, backslash, notsign ]};
  10. key <SPCE> { [ space, space, nobreakspace, nobreakspace ]};
  11. key <AE01> { [ 1, exclam, exclamdown, onesuperior ]};
  12. key <AE02> { [ 2, quotedbl, at, twosuperior ]};
  13. key <AE03> { [ 3, numbersign, sterling, threesuperior ]};
  14. key <AE04> { [ 4, EuroSign, dollar, onequarter ]};
  15. key <AE05> { [ 5, percent, NoSymbol, cent ]};
  16. key <AE06> { [ 6, ampersand, yen, NoSymbol ]};
  17. key <AE07> { [ 7, slash, braceleft, division ]};
  18. key <AE08> { [ 8, parenleft, bracketleft, guillemotleft ]};
  19. key <AE09> { [ 9, parenright, bracketright, guillemotright ]};
  20. key <AE10> { [ 0, equal, braceright, degree ]};
  21. key <AE11> { [ plus, question, plusminus, questiondown ]};
  22. key <AE12> { [ dead_acute, dead_grave, bar, brokenbar ]};
  23. key <AB03> { [ c, C, copyright, NoSymbol ]};
  24. key <AB08> { [ comma, semicolon, dead_cedilla, dead_ogonek ]};
  25. key <AB09> { [ period, colon, periodcentered, dead_abovedot ]};
  26. key <AB10> { [ minus, underscore, hyphen, macron ]};
  27. key <AC01> { [ a, A, ordfeminine, masculine ]};
  28. key <AC03> { [ d, D, eth, ETH ]};
  29. key <AC10> { [ ae, AE ]};
  30. key <AC11> { [ oslash, Ooblique ]};
  31. key <AD03> { [ e, E, EuroSign, cent ]};
  32. key <AD04> { [ r, R, registered, NoSymbol ]};
  33. key <AD05> { [ t, T, thorn, THORN ]};
  34. key <AD08> { [ i, I, NoSymbol, NoSymbol ]};
  35. key <AD09> { [ o, O, oe, OE ]};
  36. key <AD11> { [ aring, Aring ]};
  37. key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ]};
  38. key <BKSL> { [ apostrophe, asterisk, dead_doubleacute, multiply ]};
  39. include "eurosign(e)"
  40. include "level3(ralt_switch)"
  41. };
  42. partial alphanumeric_keys
  43. xkb_symbols "nodeadkeys" {
  44. include "macintosh_vndr/dk(basic)"
  45. name[Group1]= "Denmark - Mac, no dead keys";
  46. key <AE12> { [ acute, grave, bar, ogonek ] };
  47. key <AD12> { [ diaeresis, asciicircum, asciitilde, dead_macron ] };
  48. };
  49. partial alphanumeric_keys
  50. xkb_symbols "macbookpro" {
  51. include "level3(win_switch)"
  52. include "macintosh_vndr/dk(basic)"
  53. name[Group1]= "Denmark - Mac, MacBook Pro";
  54. key <BKSL> { [apostrophe, asterisk, at, at ] };
  55. key <TLDE> { [ dollar, section, dollar, dollar ] };
  56. };