From 8c1a56877304d05b288dc8d8700cd48b72a0c868 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 Jun 2014 20:09:41 +0200 Subject: update to match systemd's localectl --- etc/00-keyboard.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/00-keyboard.conf (limited to 'etc/00-keyboard.conf') diff --git a/etc/00-keyboard.conf b/etc/00-keyboard.conf new file mode 100644 index 0000000..4b00d6d --- /dev/null +++ b/etc/00-keyboard.conf @@ -0,0 +1,9 @@ +# Read and parsed by systemd-localed. It's probably wise not to edit this file +# manually too freely. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "en" + Option "XkbModel" "pc105" + Option "XkbOptions" "terminate:ctrl_alt_bksp" +EndSection -- cgit v1.2.3-54-g00ecf