Retourner au contenu associé (entrée de forum : Changer le clavier ubuntu en windows)
Posté par 🚲 Tanguy Ortolo (site web personnel) le 26 juin 2014 à 07:59. 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 :
/etc/X11/xorg.conf
/etc/X11/xorg.conf.d/keyboad.conf
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 :
/etc/default/keyboard-configuration
XKBOPTIONS="caps:shiftlock"
(tu peux ajouter cette options aux éventuelles options déjà présentes.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# xorg.conf
Posté par 🚲 Tanguy Ortolo (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 :Si ta distributions fournit un fichier
/etc/default/keyboard-configuration, il sera plus judicieux de modifier celui-ci ainsi, puis redémarrer :(tu peux ajouter cette options aux éventuelles options déjà présentes.