atx / wtype

xdotool type for wayland
MIT License
385 stars 13 forks source link

Hello, can this make xdotool perform all the functions of xdotool under x11 under Wayland? #47

Open Silentdoer opened 1 year ago

Silentdoer commented 1 year ago

For example, get the window ID, get the window position, etc

xdotool getactivewindow
xdotool getwindowpid 444444
xdotool search 'xxxxx'
beauxq commented 1 year ago

and sending keys to a specific window without focusing the window?

xdotool keydown --window 134217649 KP_8