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

is (5714B)


  1. //
  2. // This file describes the differences between a Macintosh US Extended
  3. // keymap and an Icelandic keyboard layout in the style of Mac OS and Mac OS X
  4. //
  5. // Copyright (C) 2004, 2006 Ævar Arnfjörð Bjarmason <avarab@gmail.com>
  6. //
  7. // Permission to use, copy, modify, distribute, and sell this software and its
  8. // documentation for any purpose is hereby granted without fee, provided that
  9. // the above copyright notice appear in all copies and that both that
  10. // copyright notice and this permission notice appear in supporting
  11. // documentation.
  12. //
  13. // The above copyright notice and this permission notice shall be
  14. // included in all copies or substantial portions of the Software.
  15. //
  16. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  17. // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  18. // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  19. // IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
  20. // OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  21. // ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  22. // OTHER DEALINGS IN THE SOFTWARE.
  23. //
  24. // Except as contained in this notice, the name of a copyright holder shall
  25. // not be used in advertising or otherwise to promote the sale, use or
  26. // other dealings in this Software without prior written authorization of
  27. // the copyright holder.
  28. //
  29. // = HISTORY
  30. // * 2004-09-28:
  31. // Initial cleanroom writing of the keymap, I just booted Mac OS X, opened
  32. // TextEdit.app and wrote down what the value produced by each key was when I
  33. // pressed it, a for a, A for shift + a, å for lalt + a etc and made the
  34. // keymap from that information
  35. //
  36. // * 2006-01-14:
  37. // Revised the comments in the file
  38. //
  39. // = NOTES
  40. // * 20 characters in this keymap have no named character defined in
  41. // include/keysymdef.h and as a result their Unicode code points in
  42. // hexadecimal are listed here, these can be generated with the following
  43. // perl command:
  44. // $ perl -CA -e 'printf "U%x\n", ord shift' Æ
  45. // and converted back like:
  46. // $ perl -CO -le '$_=shift;s/[^a-f0-9]//ig;print chr hex' Uc6
  47. // * The Apple logo appears twice on this keymap like the Mac OS and Mac OS X
  48. // keymaps. In the MacRoman encoding it has the code point 0xF0 (240) but it
  49. // has no assigned code point in Unicode, the code point Apple uses for it is
  50. // U+F8FF (63743) which is in the BMP's Private Use Area (U+E000–U+F8FF)
  51. // * This keymap has only been tested on a PowerBook6,5 (iBook G4) but it
  52. // should work on other Apple laptop models which use the same keyboard
  53. // layout. It will probably work on standard sized keyboards with little or
  54. // no modification but it might not support them fully, please report if
  55. // you're able to get it running with such a keyboard
  56. default partial alphanumeric_keys
  57. xkb_symbols "basic" {
  58. name[Group1]= "Iceland - Mac";
  59. //-- Row 5 (E) --//
  60. key <TLDE> { [ sterling, section, UF8FF, apostrophe ] };
  61. key <AE01> { [ 1, exclam, exclamdown, VoidSymbol ] };
  62. key <AE02> { [ 2, quotedbl, at, VoidSymbol ] };
  63. key <AE03> { [ 3, numbersign, U2122, sterling ] };
  64. key <AE04> { [ 4, dollar, U00A2, EuroSign ] };
  65. key <AE05> { [ 5, percent, U2030, infinity ] };
  66. key <AE06> { [ 6, ampersand, asciicircum, U2044 ] };
  67. key <AE07> { [ 7, slash, backslash, U00F7 ] };
  68. key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
  69. key <AE09> { [ 9, parenright, bracketright, braceright ] };
  70. key <AE10> { [ 0, equal, U2260, U2248 ] };
  71. key <AE11> { [ odiaeresis, Odiaeresis, oslash, Ooblique ] };
  72. key <AE12> { [ minus, underscore, endash, emdash ] };
  73. //-- Row 4 (D) --//
  74. key <AD01> { [ q, Q, paragraph, VoidSymbol ] };
  75. key <AD02> { [ w, W, U2211, VoidSymbol ] };
  76. key <AD03> { [ e, E, dead_grave, VoidSymbol ] };
  77. key <AD04> { [ r, R, registered, VoidSymbol ] };
  78. key <AD05> { [ t, T, degree, VoidSymbol ] };
  79. key <AD06> { [ y, Y, yen, VoidSymbol ] };
  80. key <AD07> { [ u, U, dead_diaeresis, VoidSymbol ] };
  81. key <AD08> { [ i, I, U0131, U00AA ] };
  82. key <AD09> { [ o, O, dead_circumflex,U00BA ] };
  83. key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
  84. key <AD11> { [ eth, ETH, U201e, U201c ] };
  85. key <AD12> { [ apostrophe, question, questiondown, U00B7 ] };
  86. //-- Row 3 (C) --//
  87. key <AC01> { [ a, A, aring, Aring ] };
  88. key <AC02> { [ s, S, ssharp, abovedot ] };
  89. key <AC03> { [ d, D, U2202, U2DA ] };
  90. key <AC04> { [ f, F, U192, macron ] };
  91. key <AC05> { [ g, G, copyright, breve ] };
  92. key <AC06> { [ h, H, bar, VoidSymbol ] };
  93. key <AC07> { [ j, J, U2206, U2dd ] };
  94. key <AC08> { [ k, K, U00AC, VoidSymbol ] };
  95. key <AC09> { [ l, L, U2026, caron ] };
  96. key <AC10> { [ ae, AE, oe, OE ] };
  97. key <AC11> { [ dead_acute, dead_diaeresis, U201A, U2018 ] };
  98. key <BKSL> { [ plus, asterisk, U2022, plusminus ] };
  99. //-- Row 2 (B) --//
  100. key <LSGT> { [ less, greater, section, UF8FF ] };
  101. key <AB01> { [ z, Z, U3A9, VoidSymbol ] };
  102. key <AB02> { [ x, X, asciitilde, VoidSymbol ] };
  103. key <AB03> { [ c, C, ccedilla, Ccedilla ] };
  104. key <AB04> { [ v, V, U221A, U25CA ] };
  105. key <AB05> { [ b, B, U222B, VoidSymbol ] };
  106. key <AB06> { [ n, N, dead_tilde, VoidSymbol ] };
  107. key <AB07> { [ m, M, U00B5, VoidSymbol ] };
  108. key <AB08> { [ comma, semicolon, lessthanequal, guillemotleft ] };
  109. key <AB09> { [ period, colon, greaterthanequal,guillemotright ] };
  110. key <AB10> { [ thorn, THORN, U2019, U201d ] };
  111. include "level3(ralt_switch)"
  112. };
  113. partial alphanumeric_keys
  114. xkb_symbols "nodeadkeys" {
  115. include "macintosh_vndr/is(basic)" // for consistent naming
  116. name[Group1]= "Iceland - Mac, no dead keys";
  117. };