You are not logged in.

#1 2006-07-17 21:57:46

hotsauce
Member
From: Ann Arbor
Registered: 2005-12-28
Posts: 125

ca(fr) keyboard - What is wrong with my config?

Just wondering why I can't manage to get that keyboard to be mapped with ca(fr) layout.

Thanks for looking!

Section "InputDevice"
    Identifier        "Keyboard0"
    Driver        "kbd"
    Option        "XkbModel"  "pc105"
    Option        "XkbLayout"     "ca(fr),fi"
    Option        "XkbRules"   "xorg"
      Option        "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll"    
EndSection

Offline

#2 2006-07-17 22:25:48

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ca(fr) keyboard - What is wrong with my config?

Here's my keyboard section. The difference is the Driver line and toggle option.

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "keyboard"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us,ca(fr)"
        Option "XkbOptions" "grp:shifts_toggle"
#       Option "XkbVariant" "nodeadkeys"
EndSection

Offline

#3 2006-07-18 13:22:04

hotsauce
Member
From: Ann Arbor
Registered: 2005-12-28
Posts: 125

Re: ca(fr) keyboard - What is wrong with my config?

Once again thank you very much Snowman!

Offline

Board footer

Powered by FluxBB