summaryrefslogtreecommitdiff
path: root/debian/local/64-xorg-xkb.rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/64-xorg-xkb.rules')
-rw-r--r--debian/local/64-xorg-xkb.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/local/64-xorg-xkb.rules b/debian/local/64-xorg-xkb.rules
new file mode 100644
index 000000000..5a3c5b8ef
--- /dev/null
+++ b/debian/local/64-xorg-xkb.rules
@@ -0,0 +1,8 @@
+ACTION!="add|change", GOTO="xorg_xkb_end"
+SUBSYSTEM!="input", GOTO="xorg_xkb_end"
+KERNEL!="event*", GOTO="xorg_xkb_end"
+
+# import keyboard layout from /etc/default/keyboard
+ENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/etc/default/keyboard"
+
+LABEL="xorg_xkb_end"