Recommended Posts

Here's where you need to make adjustments. Change your XkbLayout option to the appropriate 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).

Here's where you need to make adjustments. Change your XkbLayout option to the appropriate 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).

585183769[/snapback]

Well, how exactly do I change it to azerty? What piece in that code do I need to change? :blush:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.