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

ch (3798B)


  1. //
  2. // 03.01.2003
  3. // Andreas Tobler <a.tobler@schweiz.ch>
  4. // modified for Swiss German Apple Extended Keyboard II
  5. default
  6. partial alphanumeric_keys
  7. xkb_symbols "extended" {
  8. name[Group1]= "Switzerland - German, Mac";
  9. key <AE01> { [ 1, plus, plusminus, infinity ] };
  10. key <AE02> { [ 2, quotedbl, leftdoublequotemark, rightdoublequotemark ] };
  11. key <AE03> { [ 3, asterisk, numbersign, less ] };
  12. key <AE04> { [ 4, ccedilla, Ccedilla, slash ] };
  13. key <AE05> { [ 5, percent, bracketleft ] };
  14. key <AE06> { [ 6, ampersand, bracketright ] };
  15. key <AE07> { [ 7, slash, bar, backslash ] };
  16. key <AE08> { [ 8, parenleft, braceleft, Ograve ] };
  17. key <AE09> { [ 9, parenright, braceright, Ocircumflex ] };
  18. key <AE10> { [ 0, equal, notequal, Uacute ] };
  19. key <AE11> { [ apostrophe, question, questiondown, NoSymbol ] };
  20. key <AE12> { [ dead_circumflex,dead_grave, dead_acute, asciicircum ] };
  21. key <AD01> { [ q, Q, oe, OE ] };
  22. key <AD02> { [ w, W, Greek_SIGMA, Aacute ] };
  23. key <AD03> { [ e, E, EuroSign, Ediaeresis ] };
  24. key <AD04> { [ r, R, registered, Egrave ] };
  25. key <AD05> { [ t, T, dagger, Icircumflex ] };
  26. key <AD06> { [ z, Z, Greek_OMEGA, Iacute ] };
  27. key <AD07> { [ u, U, degree, Ugrave ] };
  28. key <AD08> { [ i, I, exclamdown, idotless ] };
  29. key <AD09> { [ o, O, oslash, Ooblique ] };
  30. key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
  31. key <AD11> { [ udiaeresis, egrave, section, ydiaeresis ] };
  32. key <AD12> { [ dead_diaeresis, exclam, grave, apostrophe ] };
  33. key <AC01> { [ a, A, aring, Aring ] };
  34. key <AC02> { [ s, S, ssharp, U1E9E ] };
  35. // ligature fl
  36. key <AC03> { [ d, D, Greek_sigma, NoSymbol ] };
  37. // partialderivative is not available here att
  38. key <AC04> { [ f, F, function, doubledagger ] };
  39. key <AC05> { [ g, G, at, comma ] };
  40. key <AC06> { [ h, H, ordfeminine, periodcentered ] };
  41. key <AC07> { [ j, J, masculine, eth ] };
  42. key <AC08> { [ k, K, Greek_DELTA, macron ] };
  43. key <AC09> { [ l, L, notsign, caret ] };
  44. key <AC10> { [ odiaeresis, eacute, cent, breve ] };
  45. key <AC11> { [ adiaeresis, agrave, ae, AE ] };
  46. key <AB01> { [ y, Y, yen, Ydiaeresis ] };
  47. key <AB02> { [ x, X, similarequal, trademark ] };
  48. key <AB03> { [ c, C, copyright, NoSymbol ] };
  49. key <AB04> { [ v, V, radical, diamond ] };
  50. key <AB05> { [ b, B, integral, NoSymbol ] };
  51. key <AB06> { [ n, N, dead_tilde, enopencircbullet ] };
  52. // to be fixed att
  53. key <AB07> { [ m, M, mu, dead_abovering ] };
  54. // not sure att
  55. key <AB08> { [ comma, semicolon, guillemotleft, guillemotright ] };
  56. key <AB09> { [ period, colon, ellipsis, division ] };
  57. key <AB10> { [ minus, underscore, hyphen, emdash ] };
  58. key <TLDE> { [ section, degree, NoSymbol, NoSymbol ] };
  59. // ligature fi // per mille
  60. key <SPCE> { [ space, nobreakspace, nobreakspace ] };
  61. key <LSGT> { [ less, greater, lessthanequal, greaterthanequal ] };
  62. key <BKSL> { [ dollar, sterling, paragraph, enfilledcircbullet ] };
  63. include "kpdl(comma)"
  64. include "level3(ralt_switch)"
  65. };
  66. partial alphanumeric_keys
  67. xkb_symbols "de" {
  68. include "macintosh_vndr/ch(extended)"
  69. };
  70. partial alphanumeric_keys
  71. xkb_symbols "fr" {
  72. include "macintosh_vndr/ch(extended)"
  73. name[Group1]= "Switzerland - French, Mac";
  74. override key <AD11> {
  75. [ egrave, udiaeresis, bracketleft ]
  76. };
  77. override key <AC10> {
  78. [ eacute, odiaeresis ]
  79. };
  80. override key <AC11> {
  81. [ agrave, adiaeresis, braceleft ]
  82. };
  83. };
  84. partial alphanumeric_keys
  85. xkb_symbols "nodeadkeys" {
  86. include "macintosh_vndr/ch(fr)" // for consistent naming
  87. };