Fix typo that stopped layout from switching
This commit is contained in:
parent
f15f391177
commit
9de02dc397
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="us,ca"
|
||||
XKBVARIANT=",multix"
|
||||
XKBOPTIONS="compose:menu,grp:grp:alt_caps_toggle"
|
||||
XKBVARIANT=",multi"
|
||||
XKBOPTIONS="compose:menu,grp:alt_caps_toggle"
|
||||
|
||||
BACKSPACE="guess"
|
||||
|
|
Loading…
Reference in a new issue