我在 Mac 上的 vmware fusion vm 上的 ubuntu 15.10 上安装了 xdotool。我尝试在终端中运行以下命令。
>xdotool
returns the list of commands.
>xdotool mousemove 200 200
does not move the mouse, it should move it.
>xdotool type hello
does work and types hello
我的 mousemove 命令是否有问题,或者由于某种原因它在终端或 vm 中不起作用。