From 0599cd96f1a37fb8ea3ebc5f366ad8184fe4a547 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 16 Apr 2024 21:19:50 +0100 Subject: [PATCH] Stop using ca layout --- roles/freebsd/files/xorg-acp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"