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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/00-keyboard.conf') 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 -- cgit v1.2.3-54-g00ecf