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


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. include "latin(type2)"
  4. name[Group1]="Danish";
  5. key <TLDE> { [ onehalf, section, threequarters, paragraph ] };
  6. key <AE11> { [ plus, question, plusminus, questiondown ] };
  7. key <AE12> { [dead_acute, dead_grave, bar, brokenbar ] };
  8. key <AC10> { [ ae, AE, dead_acute, dead_doubleacute ] };
  9. key <AC11> { [ oslash, Ooblique, dead_circumflex, dead_caron ] };
  10. key <BKSL> { [apostrophe, asterisk, dead_doubleacute, multiply ] };
  11. key <LSGT> { [ less, greater, backslash, notsign ] };
  12. include "kpdl(comma)"
  13. include "level3(ralt_switch)"
  14. };
  15. partial alphanumeric_keys
  16. xkb_symbols "nodeadkeys" {
  17. include "dk(basic)"
  18. name[Group1]="Danish (no dead keys)";
  19. key <AE12> { [ acute, grave, bar, ogonek ] };
  20. key <AD11> { [ aring, Aring, diaeresis, degree ] };
  21. key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
  22. key <AC10> { [ ae, AE, acute, doubleacute ] };
  23. key <AC11> { [ oslash, Ooblique, asciicircum, caron ] };
  24. key <BKSL> { [apostrophe, asterisk, doubleacute, multiply ] };
  25. key <AB08> { [ comma, semicolon, cedilla, ogonek ] };
  26. key <AB09> { [ period, colon, periodcentered, abovedot ] };
  27. };
  28. partial alphanumeric_keys
  29. xkb_symbols "winkeys" {
  30. include "dk(basic)"
  31. name[Group1] = "Danish (Windows)";
  32. include "eurosign(5)"
  33. };
  34. // Copied from macintosh_vndr/dk
  35. partial alphanumeric_keys
  36. xkb_symbols "mac" {
  37. include "dk(basic)"
  38. name[Group1]= "Danish (Macintosh)";
  39. key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
  40. key <AB10> { [ minus, underscore, hyphen, macron ] };
  41. include "kpdl(dot)"
  42. };
  43. partial alphanumeric_keys
  44. xkb_symbols "mac_nodeadkeys" {
  45. include "dk(mac)"
  46. name[Group1]= "Danish (Macintosh, no dead keys)";
  47. key <AE12> { [ acute, grave, bar, ogonek ] };
  48. key <AD12> { [diaeresis, asciicircum, asciitilde, dead_macron ] };
  49. };
  50. partial alphanumeric_keys
  51. xkb_symbols "dvorak" {
  52. include "no(dvorak)"
  53. name[Group1]= "Danish (Dvorak)";
  54. key <AD12> { [ asciitilde, asciicircum, dead_diaeresis, dead_tilde ] };
  55. };
  56. // EXTRAS:
  57. partial alphanumeric_keys
  58. xkb_symbols "sun_type6" {
  59. include "sun_vndr/dk(sun_type6)"
  60. };