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

fr (5566B)


  1. // Marc.Shapiro@inria.fr 19-sep-1998
  2. // modifications : Etienne Herlent <eherlent@linux-france.org> june 2000
  3. // adapted to the new input layer :
  4. // Martin Costabel <costabel@wanadoo.fr> 3-jan-2001
  5. //////////////////////////////////////////////////////////////////
  6. // Petites Modification le juillet 2005 par Bin Zhang <bb.zhang@free.fr> :
  7. // 1) La ligne 83 : remplacer les deux "VoidSymbol" par oe et OE
  8. // 2) La ligne 89 : remplacer "VoidSymbol" par "EuroSign"
  9. // ( 1) et 2) fonctionnent sous UTF-8, mais pas sous iso-8859-1. )
  10. // 3) Remplacer la ligne 148 par la ligne 149 pour que la touche Alt_L
  11. // (la touche Apple-Pomme) fonctionne correctement sous Xorg, une idée
  12. // motivée par http://www.linux-france.org/macintosh/clavier_gentoo.html
  13. //////////////////////////////////////////////////////////////////
  14. // This map is an almost-complete mapping of the standard French
  15. // MacIntosh keyboard under Xwindows. I tried to remain as faithful
  16. // as possible to the Mac meaning of each key. I did this entirely by
  17. // hand and by intuition, relying on the Clavier (Keyboard?) Desktop
  18. // Accessory for the Mac meaning of keys, and on reading keysymdef.h
  19. // to intuit the corresponding X names. Lacking proper documentation,
  20. // I may have made some mistakes.
  21. // Entries marked CHECK are particularly uncertain
  22. // Entries marked MISSING mark Mac characters for which I was unable
  23. // to find a corresponding keysym. (Some for sure don't: e.g. the
  24. // Apple mark and the oe/OE character; others I may have simply not
  25. // found.)
  26. default
  27. xkb_symbols "extended" {
  28. name[Group1]= "France - Mac";
  29. key <ESC> { [ Escape ] };
  30. key <TLDE> { [ at, numbersign, periodcentered, Ydiaeresis ] };
  31. key <ENTR> { [ KP_Enter ] };
  32. key <AE01> { [ ampersand, 1, VoidSymbol, dead_acute ] }; // MISSING: Apple
  33. key <AE02> { [ eacute, 2, ediaeresis, Eacute ] };
  34. key <AE03> { [ quotedbl, 3, leftdoublequotemark, rightdoublequotemark ] };
  35. key <AE04> { [ apostrophe, 4, leftsinglequotemark, rightsinglequotemark ] };
  36. key <AE05> { [ parenleft, 5, braceleft, bracketleft ] };
  37. key <AE06> { [ section, 6, paragraph, aring ] };
  38. key <AE07> { [ egrave, 7, guillemotleft, guillemotright] };
  39. key <AE08> { [ exclam, 8, exclamdown, Ucircumflex ] };
  40. key <AE09> { [ ccedilla, 9, Ccedilla, Aacute ] };
  41. key <AE10> { [ agrave, 0, oslash, Oslash ] };
  42. key <AE11> { [ parenright, degree, braceright, bracketright ] };
  43. key <AE12> { [ minus, underscore, emdash, endash ] };
  44. key <BKSP> { [ BackSpace, VoidSymbol, Delete, VoidSymbol ] };
  45. key <TAB> { [ Tab, ISO_Left_Tab ] };
  46. key <AD01> { [ a, A, ae, AE ] };
  47. key <AD02> { [ z, Z, Acircumflex, Aring ] };
  48. key <AD03> { [ e, E, ecircumflex, Ecircumflex ] };
  49. key <AD04> { [ r, R, registered, currency ] };
  50. key <AD05> { [ t, T, dagger, trademark ] };
  51. key <AD06> { [ y, Y, Uacute, Ydiaeresis ] };
  52. key <AD07> { [ u, U, masculine, ordfeminine ] };
  53. key <AD08> { [ i, I, icircumflex, idiaeresis ] };
  54. key <AD09> { [ o, O, oe, OE ] };
  55. key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
  56. key <AD11> { [dead_circumflex,dead_diaeresis,ocircumflex, Ocircumflex ] };
  57. key <AD12> { [ dollar, asterisk, EuroSign, yen ] };
  58. key <CAPS> { [ Caps_Lock ] };
  59. key <AC01> { [ q, Q, doubledagger, Greek_OMEGA ] };
  60. key <AC02> { [ s, S, Ograve, Greek_SIGMA ] };
  61. key <AC03> { [ d, D, Greek_delta, Greek_DELTA ] };
  62. key <AC04> { [ f, F, VoidSymbol, periodcentered ] };
  63. key <AC05> { [ g, G, VoidSymbol, VoidSymbol ] }; // MISSING: ligature fi,fl
  64. key <AC06> { [ h, H, Igrave, Icircumflex ] };
  65. key <AC07> { [ j, J, Idiaeresis, Iacute ] };
  66. key <AC08> { [ k, K, Egrave, Ediaeresis ] };
  67. key <AC09> { [ l, L, notsign, bar ] };
  68. key <AC10> { [ m, M, mu, Oacute ] };
  69. key <AC11> { [ ugrave, percent, Ugrave, 0x1002030 ] };
  70. key <BKSL> { [ dead_grave, sterling, at, numbersign ] };
  71. key <RTRN> { [ Return ] };
  72. key <LSGT> { [ less, greater, lessthanequal, greaterthanequal ] };
  73. key <AB01> { [ w, W, guilsinglleft, guilsinglright ] }; // MISSING: half-guillemot (single angle bracket)
  74. key <AB02> { [ x, X, VoidSymbol, VoidSymbol ] }; // CHECK: similarequal; MISSING: extra-slanted slash
  75. key <AB03> { [ c, C, copyright, cent ] };
  76. key <AB04> { [ v, V, diamond, radical ] }; // CHECK diamond
  77. key <AB05> { [ b, B, ssharp, integral ] };
  78. key <AB06> { [ n, N, dead_tilde, asciitilde ] };
  79. key <AB07> { [ comma, question, infinity, questiondown ] };
  80. key <AB08> { [ semicolon, period, ellipsis, periodcentered ] };
  81. key <AB09> { [ colon, slash, division, backslash ] };
  82. key <AB10> { [ equal, plus, notequal, plusminus ] };
  83. key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
  84. include "level3(ralt_switch)"
  85. };
  86. xkb_symbols "nodeadkeys" {
  87. include "macintosh_vndr/fr(extended)"
  88. name[Group1]= "France - Mac, no dead keys";
  89. key <AE01> { [ ampersand, 1, VoidSymbol, acute ] }; // MISSING: Apple
  90. key <AD11> { [asciicircum,diaeresis,ocircumflex, Ocircumflex ] };
  91. key <BKSL> { [ grave, sterling, at, numbersign ] };
  92. key <AB06> { [ n, N, asciitilde, dead_tilde ] };
  93. };