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:
@@ -0,0 +1,13 @@
|
||||
Package: tooloop-virtual-keyboard
|
||||
Version: 0.1.0
|
||||
Maintainer: vollstock
|
||||
Homepage: https://www.vollstock.de
|
||||
Bugs: https://github.com/Tooloop/Tooloop-Packages
|
||||
Section: tooloop/addons
|
||||
Architecture: all
|
||||
Depends: onboard
|
||||
dbus-x11
|
||||
Name: Virtual Keyboard
|
||||
Description: Onscreen Keyboard for touchscreens
|
||||
It uses the onboard virtual keyboard. If you have trouble with your keyboard
|
||||
switching language after tapping a key, find the line in /home/tooloop/.config/openbox
|
||||
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