Stop using ca layout
This commit is contained in:
parent
fa98e4df92
commit
0599cd96f1
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ Section "InputClass"
|
||||||
Identifier "acp-keyboard"
|
Identifier "acp-keyboard"
|
||||||
MatchIsKeyboard "on"
|
MatchIsKeyboard "on"
|
||||||
Option "XkbModel" "pc105"
|
Option "XkbModel" "pc105"
|
||||||
Option "XkbLayout" "gb,ca"
|
Option "XkbLayout" "gb,us"
|
||||||
Option "XkbVariant" ",multix"
|
Option "XkbVariant" ""
|
||||||
Option "XkbOptions" "grp:alt_shift_toggle,compose:menu,lv3:ralt_switch,lv5:rctrl_switch"
|
Option "XkbOptions" "grp:alt_shift_toggle,compose:menu,lv3:ralt_switch"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
|
|
Loading…
Reference in a new issue