From e3644a4319f6e2493ca0dce6bcdd6a171919e026 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 22 Aug 2023 11:51:39 +0200 Subject: [PATCH] add auto press tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 378c55e..60055fd 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ oder cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys' +### Zum schreiben eines Passworts mittels eines virtuellen Keyboards +sleep 5 && { echo typedelay 100; echo type ${PASSWORT}; } | DOTOOL_XKB_LAYOUT=de dotool && notify-send done + ### Zum suchen der libinput Treiber mit libwacom-list-local-devices for wort in /usr/share/libwacom/*; do if cat $wort | grep CTL-4100WL; then echo $wort; fi; done