• # Une piste

    Posté par . En réponse au message deux claviers avec encodage différents. Évalué à 2.

    il faut peut-être doubler la section :

    Section "InputDevice"
    Identifier "Clavier AZERTY"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    EndSection

    Section "InputDevice"
    Identifier "Clavier DVORAK"
    Driver "keyboard"
    Option "SendCoreEvents" "true"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "dvorak-fr"
    EndSection

    puis un

    Section "ServerLayout"
    Identifier "Layout 1"
    ..
    InputDevice "Clavier AZERTY" "CoreKeyboard"
    InputDevice "Clavier DVORAK"
    InputDevice "Mouse 1" "CorePointer"
    ..
    EndSection

    Mais c'est juste une idée