Change back to US and US-intl (most consistent)
This commit is contained in:
parent
070916459e
commit
f6ddb5a96d
1 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
# Consult the keyboard(5) manual page.
|
# Consult the keyboard(5) manual page.
|
||||||
# Update the initramfs after changing this file.
|
# Update the initramfs after changing this file.
|
||||||
|
|
||||||
XKBMODEL="pc105"
|
XKBMODEL="pc104"
|
||||||
XKBLAYOUT="us,ca"
|
XKBLAYOUT="us,us"
|
||||||
XKBVARIANT=",multi"
|
XKBVARIANT=",intl"
|
||||||
XKBOPTIONS="compose:menu,grp:alt_caps_toggle"
|
XKBOPTIONS="compose:menu,grp:alt_caps_toggle,nbsp:level3"
|
||||||
|
|
||||||
BACKSPACE="guess"
|
BACKSPACE="guess"
|
||||||
|
|
Loading…
Reference in a new issue