How to get current mouse position coordinates? You can create a simple script that shows a message box with coordinates on key-press.
Source code viewer
; F10 triggers the coordinates message box. ;---------------------------------------------------------------------------------------------------- ; Shows ToolTip with mouse position. F10 quits the scripts. While 1 Exit 0Programming Language: AutoIt