You are not logged in.
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"
EndSectionOffline
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"
EndSectionOffline
Once again thank you very much Snowman!
Offline