QUOTE(rezza @ Dec 28 2004, 20:01)
Here's where you need to make adjustments. Change your XkbLayout option to the appropriate code:
CODE
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
Option "XkbOptions" "compose:ralt"
EndSection
This is in your xorg.conf or XF86Config file (as appropriate).
[right][snapback]585183769[/snapback][/right]
Well, how exactly do I change it to azerty? What piece in that code do I need to change?