Add neo/qwertz switcher

This commit is contained in:
Stefan Ritter 2010-05-11 11:22:19 +02:00
parent a94eea95bf
commit a57d9535ce
2 changed files with 14 additions and 0 deletions

7
bin/asdf Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
setxkbmap de neo
echo ""
echo "Jetzt ist NEO aktiv!"
echo ""

7
bin/uiae Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
setxkbmap de
echo ""
echo "Jetzt ist QWERTZ aktiv!"
echo ""