一个快速的问题是,Ubuntu 是否有一个屏幕定位工具,可以准确地告诉用户鼠标在屏幕上的位置?(也许类似于光标位置适用于 Windows)
答案1
安装xdotool
。该软件包中有一个getmouselocation
提供鼠标坐标的工具。
xdotool
使用以下 cmd安装:
sudo apt-get install xdotool
要获取鼠标的位置,请使用:
xdotool getmouselocation
也可以尝试:
watch xdotool getmouselocation