diff options
author | Holger Paradies <retabell@gmx.de> | 2013-06-23 17:28:21 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-03 19:57:25 +0200 |
commit | 692199c8f9d838175c007c4447dd0676f38b7ab0 (patch) | |
tree | 6670ea2ed25ada7503a8ae44aa7d584673b46ad9 /kanotix-lxde-extra/kanotix-lxde-keyboard | |
parent | ec306adff7b17bd49f6b50001b44699054ba80ef (diff) | |
download | kanotix-packages-692199c8f9d838175c007c4447dd0676f38b7ab0.zip kanotix-packages-692199c8f9d838175c007c4447dd0676f38b7ab0.tar.gz |
file for keyboard config
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 |