mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
initial virtual keyboard package
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cat <<EOT >>
|
||||
|
||||
# Virtual Keyboard
|
||||
# set keyboard layout"
|
||||
# https://answers.launchpad.net/onboard/+question/235265
|
||||
onboard &
|
||||
EOT
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user