Trying to upload all related projects
[easy-deb-chroot] / diablo / easy-deb-chroot / src / home / user / apps / kbd-toggle
diff --git a/diablo/easy-deb-chroot/src/home/user/apps/kbd-toggle b/diablo/easy-deb-chroot/src/home/user/apps/kbd-toggle
new file mode 100755 (executable)
index 0000000..cc9c250
--- /dev/null
@@ -0,0 +1,4 @@
+if fuser /usr/bin/matchbox-keyboard
+then killall matchbox-keyboard
+else matchbox-keyboard
+fi &
\ No newline at end of file