Open Silentdoer opened 1 year ago
For example, get the window ID, get the window position, etc
xdotool getactivewindow xdotool getwindowpid 444444 xdotool search 'xxxxx'
and sending keys to a specific window without focusing the window?
xdotool keydown --window 134217649 KP_8
For example, get the window ID, get the window position, etc