README.md aktualisiert

This commit is contained in:
Simon Rieger 2023-12-13 10:52:34 +01:00
parent 0732b2e409
commit d22efb3131

View file

@ -13,6 +13,12 @@ oder
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys' cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'
### Zum schreiben eines Passworts mittels eines virtuellen Keyboards ### Zum schreiben eines Passworts mittels eines virtuellen Keyboards
### ydotool
sleep 5 && sudo ydotool type 'Hello world!' && notify-send finish
### mit dotool
sleep 5 && { echo typedelay 100; echo type ${PASSWORT}; } | DOTOOL_XKB_LAYOUT=de dotool && notify-send done sleep 5 && { echo typedelay 100; echo type ${PASSWORT}; } | DOTOOL_XKB_LAYOUT=de dotool && notify-send done
### Zum suchen der libinput Treiber mit ### Zum suchen der libinput Treiber mit