summaryrefslogtreecommitdiff
path: root/kanotix-lxde-extra/kanotix-lxde-keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'kanotix-lxde-extra/kanotix-lxde-keyboard')
-rw-r--r--kanotix-lxde-extra/kanotix-lxde-keyboard8
1 files changed, 8 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/kanotix-lxde-keyboard b/kanotix-lxde-extra/kanotix-lxde-keyboard
new file mode 100644
index 0000000..df30ace
--- /dev/null
+++ b/kanotix-lxde-extra/kanotix-lxde-keyboard
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# set default for lxde-keyboard-switcher
+setxkbmap -layout de,us,fr -variant nodeadkeys,,
+
+if grep 'XKBLAYOUT="us"' /etc/default/keyboard ;then
+ setxkbmap -layout us,de,fr -variant ,nodeadkeys,
+fi