I installed xdotool on ubuntu 15.10 on a vmware fusion vm on a mac. I tried running the following commands in the terminal.
>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
Is there something wrong with my mousemove command or some reason it will not work in the terminal or in a vm.