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,21 @@
|
||||
# On-Screen keyboard
|
||||
|
||||
sudo apt install onboard dbus-x11
|
||||
|
||||
## Config
|
||||
|
||||
/usr/share/onboard/onboard-defaults.conf
|
||||
|
||||
wird aber nur einmal geladen, deshalb müssen alle Settinngs per gsettings geschriebene werden (https://answers.launchpad.net/onboard/+question/661251)
|
||||
|
||||
Alle Settings sind deshalb in
|
||||
|
||||
/home/tooloop/.config/onboard/onboard-config.sh
|
||||
|
||||
muss nur einmal aufgerufen werden
|
||||
|
||||
## Start
|
||||
|
||||
# set keyboard layout
|
||||
# https://answers.launchpad.net/onboard/+question/235265
|
||||
setxkbmap de && onboard &
|
||||
Reference in New Issue
Block a user