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"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue