• # xorg.conf

    Posté par (site web personnel) . En réponse au message Changer le clavier ubuntu en windows. Évalué à 5.

    Dans le fichier /etc/X11/xorg.conf (à créer), ou mieux, dans /etc/X11/xorg.conf.d/keyboad.conf, puis relance complètement ta session graphique :

    Section "InputClass"
     Identifier "Claviers"
     Option "MatchIsKeyboard" "true"
     Option "XkbOptions" "caps:shiftlock"
    EndSection

    Si ta distributions fournit un fichier /etc/default/keyboard-configuration, il sera plus judicieux de modifier celui-ci ainsi, puis redémarrer :

    XKBOPTIONS="caps:shiftlock"

    (tu peux ajouter cette options aux éventuelles options déjà présentes.