summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-05-11 11:22:19 +0200
committerStefan Ritter <xeno@thehappy.de>2010-05-11 11:22:19 +0200
commita57d9535ce71428571b6dbe46322ed331460605b (patch)
tree22b063a86b0ecfa86b0fc54ca0202b8bfdb5c7d9
parenta94eea95bf3ea37a300c6889a37e37c5ade8a678 (diff)
Add neo/qwertz switcher
-rwxr-xr-xbin/asdf7
-rwxr-xr-xbin/uiae7
2 files changed, 14 insertions, 0 deletions
diff --git a/bin/asdf b/bin/asdf
new file mode 100755
index 0000000..b5e8878
--- /dev/null
+++ b/bin/asdf
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+setxkbmap de neo
+
+echo ""
+echo "Jetzt ist NEO aktiv!"
+echo ""
diff --git a/bin/uiae b/bin/uiae
new file mode 100755
index 0000000..259b4c3
--- /dev/null
+++ b/bin/uiae
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+setxkbmap de
+
+echo ""
+echo "Jetzt ist QWERTZ aktiv!"
+echo ""