autohotkey,如何实现鼠标在其它坐标点击后返回原始坐标?

求助~!谁能做出这个脚本?
2025-06-25 11:39:20
推荐回答(2个)
回答1:

先获得原坐标,再点击其他坐标,然后move到原坐标就ok啦

回答2:

;;在一个脚本已经运行时决定是否允许它再次运行。单词 FORCE 将跳过对话框,MouseGetPos, TemPointX, TemPointY ;;获得鼠标点击坐标 KeyWait LButton ;;