Update typing-emulate.md

This commit is contained in:
2024-10-24 17:24:58 +02:00
committed by GitHub
parent dfbf0fd7bd
commit cae767240c

View File

@ -15,7 +15,7 @@ rpm --nodeps -e xdg-desktop-portal-gnome
В файл `/usr/local/bin/easyclipboard` необходимо добавить следующее:
```config
```conf
#!/bin/bash
xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -
```