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


  1. //
  2. // Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
  3. //
  4. // Permission is hereby granted, free of charge, to any person obtaining a
  5. // copy of this software and associated documentation files (the
  6. // "Software"), to deal in the Software without restriction, including
  7. // without limitation the rights to use, copy, modify, merge, publish,
  8. // distribute, and/or sell copies of the Software, and to permit persons
  9. // to whom the Software is furnished to do so, provided that the above
  10. // copyright notice(s) and this permission notice appear in all copies of
  11. // the Software and that both the above copyright notice(s) and this
  12. // permission notice appear in supporting documentation.
  13. //
  14. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  15. // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  16. // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  17. // OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  18. // HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
  19. // INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
  20. // FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  21. // NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  22. // WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  23. //
  24. // Except as contained in this notice, the name of a copyright holder
  25. // shall not be used in advertising or otherwise to promote the sale, use
  26. // or other dealings in this Software without prior written authorization
  27. // of the copyright holder.
  28. //
  29. default partial alphanumeric_keys
  30. xkb_symbols "sun_type6_de" {
  31. name[Group1]= "German (Switzerland, Sun Type 6/7)";
  32. include "sun_vndr/us(sun_type6)"
  33. key <TLDE> { [ section, degree ] };
  34. key <AE01> { [ 1, plus, bar ] };
  35. key <AE02> { [ 2, quotedbl, at ] };
  36. key <AE03> { [ 3, asterisk, numbersign ] };
  37. key <AE04> { [ 4, ccedilla, asciicircum ] };
  38. key <AE05> { [ 5, percent, asciitilde ] };
  39. key <AE06> { [ 6, ampersand, notsign ] };
  40. key <AE07> { [ 7, slash, brokenbar ] };
  41. key <AE08> { [ 8, parenleft, cent ] };
  42. key <AE09> { [ 9, parenright ] };
  43. key <AE10> { [ 0, equal, grave ] };
  44. key <AE11> { [ apostrophe, question, dead_acute ] };
  45. key <AE12> { [ dead_circumflex, dead_grave, dead_tilde ] };
  46. key <AD03> { [ e, E, EuroSign ] };
  47. key <AD06> { [ z, Z ] };
  48. key <AD11> { [ udiaeresis, egrave, bracketleft ] };
  49. key <AD12> { [ dead_diaeresis, exclam, bracketright ] };
  50. key <AC10> { [ odiaeresis, eacute ] };
  51. key <AC11> { [ adiaeresis, agrave, braceleft ] };
  52. key <BKSL> { [ dollar, sterling, braceright ] };
  53. key <LSGT> { [ less, greater, backslash ] };
  54. key <AB01> { [ y, Y ] };
  55. key <AB08> { [ comma, semicolon ] };
  56. key <AB09> { [ period, colon ] };
  57. key <AB10> { [ minus, underscore ] };
  58. include "level3(ralt_switch)"
  59. };
  60. partial alphanumeric_keys
  61. xkb_symbols "sun_type6_fr" {
  62. name[Group1]= "French (Switzerland, Sun Type 6/7)";
  63. include "sun_vndr/us(sun_type6)"
  64. key <TLDE> { [ section, degree ] };
  65. key <AE01> { [ 1, plus, bar ] };
  66. key <AE02> { [ 2, quotedbl, at ] };
  67. key <AE03> { [ 3, asterisk, numbersign ] };
  68. key <AE04> { [ 4, ccedilla, asciicircum ] };
  69. key <AE05> { [ 5, percent, asciitilde ] };
  70. key <AE06> { [ 6, ampersand, notsign ] };
  71. key <AE07> { [ 7, slash, brokenbar ] };
  72. key <AE08> { [ 8, parenleft, cent ] };
  73. key <AE09> { [ 9, parenright ] };
  74. key <AE10> { [ 0, equal, grave ] };
  75. key <AE11> { [ apostrophe, question, dead_acute ] };
  76. key <AE12> { [ dead_circumflex, dead_grave, dead_tilde ] };
  77. key <AD03> { [ e, E, EuroSign ] };
  78. key <AD06> { [ z, Z ] };
  79. key <AD11> { [ egrave, udiaeresis, bracketleft ] };
  80. key <AD12> { [ dead_diaeresis, exclam, bracketright ] };
  81. key <AC10> { [ eacute, odiaeresis ] };
  82. key <AC11> { [ agrave, adiaeresis, braceleft ] };
  83. key <BKSL> { [ dollar, sterling, braceright ] };
  84. key <LSGT> { [ less, greater, backslash ] };
  85. key <AB01> { [ y, Y ] };
  86. key <AB08> { [ comma, semicolon ] };
  87. key <AB09> { [ period, colon ] };
  88. key <AB10> { [ minus, underscore ] };
  89. include "level3(ralt_switch)"
  90. };
  91. partial alphanumeric_keys
  92. xkb_symbols "basic" {
  93. include "sun_vndr/ch(sun_type6_de)"
  94. };
  95. partial alphanumeric_keys
  96. xkb_symbols "legacy" {
  97. include "ch(legacy)"
  98. };
  99. partial alphanumeric_keys
  100. xkb_symbols "de" {
  101. include "ch(de)"
  102. };
  103. partial alphanumeric_keys
  104. xkb_symbols "de_Sundeadkeys" {
  105. include "ch(de)"
  106. };
  107. partial alphanumeric_keys
  108. xkb_symbols "de_sundeadkeys" {
  109. include "ch(de)"
  110. };
  111. partial alphanumeric_keys
  112. xkb_symbols "de_nodeadkeys" {
  113. include "ch(de_nodeadkeys)"
  114. };
  115. partial alphanumeric_keys
  116. xkb_symbols "fr" {
  117. include "ch(fr)"
  118. };
  119. partial alphanumeric_keys
  120. xkb_symbols "fr_Sundeadkeys" {
  121. include "ch(fr)"
  122. };
  123. partial alphanumeric_keys
  124. xkb_symbols "fr_sundeadkeys" {
  125. include "ch(fr)"
  126. };
  127. partial alphanumeric_keys
  128. xkb_symbols "fr_nodeadkeys" {
  129. include "ch(fr_nodeadkeys)"
  130. };
  131. partial alphanumeric_keys
  132. xkb_symbols "de_mac" {
  133. include "ch(de_mac)"
  134. };
  135. partial alphanumeric_keys
  136. xkb_symbols "fr_mac" {
  137. include "ch(fr_mac)"
  138. };