> J'ai un probleme avec mon ibook2 sous Woody :
> 
> Impossible d'obtenir le tilde (avec ALT+n) et le backslah
> (avec SHIFT+ALT+/) sous Xfree4. 
> 
> J'ai recupere les fichiers de mapping clavier proposes
> sur www.linux-france.org/macintosh. Ca fontionne en mode 
> console mais pas sous X.
> 
> Quelqu'un a-t-il rencontre le probleme ?

Mon probleme est resolu. Solution :

- suivre les explications sur www.linux-france.org/macintosh/clavier_rpm2.thml
- et avoir la section ci dessous dans /etc/X11/XF86Config-4

Section "InputDevice"
        Identifier      "Mac Keyboard"
        Driver          "Keyboard"
        Option          "CoreKeyboard"

        Option          "XkbKeycodes"   "macintosh"
        Option          "XkbTypes"      "default"
        Option          "XkbCompat"     "default"
        Option          "XkbRules"      "xfree86"
        Option          "XkbSymbols"    "macintosh/fr_new"
        Option          "XkbGeometry"   "macintosh"
EndSection

Les combinaisons de touches sont celles d'OSX :
        'ALT+N' pour ~
        'SHIFT+ALT+/' pour \
        'SHIFT+ALT+l' pour |
        'SHIFT+ALT+(' pour [
        'ALT+(' pour {

--
Eric

Répondre à