From 5e3f0394cab7ddb09f5da4298eabdd7c720be718 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 20 Jul 2015 19:16:30 +0200 Subject: there is no keyboard layout "en", default to "us" --- etc/00-keyboard.conf | 2 +- etc/vconsole.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3-54-g00ecf