From 692199c8f9d838175c007c4447dd0676f38b7ab0 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sun, 23 Jun 2013 17:28:21 +0200 Subject: file for keyboard config --- kanotix-lxde-extra/debian/install | 3 ++- kanotix-lxde-extra/kanotix-lxde-keyboard | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 kanotix-lxde-extra/kanotix-lxde-keyboard diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install index 0f6082b..a7ae577 100644 --- a/kanotix-lxde-extra/debian/install +++ b/kanotix-lxde-extra/debian/install @@ -4,4 +4,5 @@ kanotix-start-compiz usr/bin 51-synaptics-kanotix.conf usr/share/X11/xorg.conf.d kanotix-eject.desktop usr/share/applications kanotix-lxde-upstart usr/sbin -kanotix-lightdm-display-setup-script usr/sbin \ No newline at end of file +kanotix-lightdm-display-setup-script usr/sbin +kanotix-lxde-keyboard usr/bin 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 -- cgit v1.0