ydotool type has ben quite problematic for me:
- it doesn't work with non-ASCII characters, including any languages other than English. Apparently this has been raised for years in the
ydotool repo.
- it requires additional user permissions to use the virtual device
- it needs a daemon and communicates over a socket that has to be configured as well
- it requires extra configuration to produce output immediately (there is a delay between producing characters by default)
On the other hand, wtype works with any Unicode characters and doesn't require any additional setup, it's using virtual-keyboard-v1 Wayland protocol directly.
ydotool typehas ben quite problematic for me:ydotoolrepo.On the other hand, wtype works with any Unicode characters and doesn't require any additional setup, it's using
virtual-keyboard-v1Wayland protocol directly.