summaryrefslogtreecommitdiffstats
path: root/etc/05-keymap.conf
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-05-27 11:55:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-05-27 11:55:47 +0200
commiteb3abcaf76209364b85dd5cd1e3afe39b525b1db (patch)
tree2def61b6209150772da68cb65a9e49d1f99a33dc /etc/05-keymap.conf
parent3ca6032ac8e930e323fce9fa720fc22ed8137275 (diff)
downloadmkinitcpio-chkeymap-0.1.0.tar.gz (sig)
mkinitcpio-chkeymap-0.1.0.tar.zst (sig)
Initial import0.1.0
Diffstat (limited to 'etc/05-keymap.conf')
-rw-r--r--etc/05-keymap.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/05-keymap.conf b/etc/05-keymap.conf
new file mode 100644
index 0000000..18b17b1
--- /dev/null
+++ b/etc/05-keymap.conf
@@ -0,0 +1,5 @@
+Section "InputClass"
+ Identifier "Keyboard Defaults"
+ MatchIsKeyboard "true"
+ Option "XkbLayout" "en"
+EndSection