diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-20 19:16:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-20 19:16:30 +0200 |
commit | 5e3f0394cab7ddb09f5da4298eabdd7c720be718 (patch) | |
tree | cde89a48c867fd3c1ea2f56e0a335bcabd594ac6 | |
parent | 8c1a56877304d05b288dc8d8700cd48b72a0c868 (diff) | |
download | mkinitcpio-chkeymap-5e3f0394cab7ddb09f5da4298eabdd7c720be718.tar.gz mkinitcpio-chkeymap-5e3f0394cab7ddb09f5da4298eabdd7c720be718.tar.zst |
there is no keyboard layout "en", default to "us"
-rw-r--r-- | etc/00-keyboard.conf | 2 | ||||
-rw-r--r-- | etc/vconsole.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/00-keyboard.conf b/etc/00-keyboard.conf index 4b00d6d..d920257 100644 --- a/etc/00-keyboard.conf +++ b/etc/00-keyboard.conf @@ -3,7 +3,7 @@ Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" - Option "XkbLayout" "en" + Option "XkbLayout" "us" Option "XkbModel" "pc105" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection diff --git a/etc/vconsole.conf b/etc/vconsole.conf index ac40ccb..69fd075 100644 --- a/etc/vconsole.conf +++ b/etc/vconsole.conf @@ -1,2 +1,2 @@ FONT=ter-116b -KEYMAP=en +KEYMAP=us |