We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xdotool version is 3.20210903.1, python-libxdo version is 0.1.2a1
xdotool
python-libxdo
>>> import xdo >>> x = xdo.Xdo(display=':0') >>> x.select_window_with_click() 127926279 >>> xdotool.get_pid_window(127926279) 18197 >>> xdotool.search_windows(pid=18197) [1] 27937 segmentation fault (core dumped) python
The text was updated successfully, but these errors were encountered:
May be a duplicate of #29?
Sorry, something went wrong.
No branches or pull requests
xdotool
version is 3.20210903.1,python-libxdo
version is 0.1.2a1The text was updated successfully, but these errors were encountered: