1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/linux/wtype.md
Krish Rakesh Dave e7f7d022ea
wtype: add page (#14078)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-10-09 18:35:49 +02:00

486 B

wtype

Simulate keyboard input on Wayland, similar to xdotool type for X11. See also: ydotool. More information: https://github.com/atx/wtype.

  • Simulate typing text:

wtype "{{Hello World}}"

  • Type a specific key:

wtype -k {{Left}}

  • Press a modifier:

wtype -M {{shift|ctrl|...}}

  • Release a modifier:

wtype -m {{ctrl}}

  • Wait between keystrokes (in milliseconds):

wtype -d {{500}} -- "{{text}}"

  • Read text from stdin:

echo "{{text}}" | wtype -