diff options
Diffstat (limited to 'kanotix-lxde-extra/kanotix-lxde-keyboard')
-rw-r--r-- | kanotix-lxde-extra/kanotix-lxde-keyboard | 8 |
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 |