这不是您提到的文件,但是可以更快地使用此工具而不是使该文件的转储无效。它可以执行bash中您想要的所有操作。
xdotool可以在我的终端上完成操作。
这是ubuntu的打包站点。你可能可以通过槽安装
# apt-get install xdotool
我可以在gentoo上发布它,而无需添加任何存储库。
该工具相当简单:
#! /bin/bash# move the mouse x yxdotool mousemove 1800 500# left clickxdotool click 1# right clickxdotool click 3
在这里找到



