Skip to content

Commit

Permalink
Autohotkey coordinate finder
Browse files Browse the repository at this point in the history
  • Loading branch information
FMDR-YU committed Apr 7, 2022
1 parent a971aad commit b79dea6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Coordiate finder.ahk.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CoordMode, Mouse, Screen
SetTimer, Check, 20
return

Check:
MouseGetPos, xx, yy
Tooltip %xx%`, %yy%
return

Esc::ExitApp

0 comments on commit b79dea6

Please sign in to comment.