diff --git a/roles/freebsd/files/xorg-acp.conf b/roles/freebsd/files/xorg-acp.conf index 9d28b77..eb502a1 100644 --- a/roles/freebsd/files/xorg-acp.conf +++ b/roles/freebsd/files/xorg-acp.conf @@ -2,9 +2,9 @@ Section "InputClass" Identifier "acp-keyboard" MatchIsKeyboard "on" Option "XkbModel" "pc105" - Option "XkbLayout" "gb,ca" - Option "XkbVariant" ",multix" - Option "XkbOptions" "grp:alt_shift_toggle,compose:menu,lv3:ralt_switch,lv5:rctrl_switch" + Option "XkbLayout" "gb,us" + Option "XkbVariant" "" + Option "XkbOptions" "grp:alt_shift_toggle,compose:menu,lv3:ralt_switch" EndSection Section "InputClass"