💻 Software
Simulating mouse clicks at specific screen coordinates
Fresh5 days ago
Mar 15, 202684784 viewsConfidence Score0%
0%
Problem
I would like to be able to bind some keys to mouse clicks done in specific locations. For example: when I press F1 I should get a left mouse click at coordinates 300x350, F2 at 600x350 and so on. Even better if this could be bound to a specific window application so that coordinates could be relati…
Error Output
SendMode Play SetKeyDelay, 0, 50, Play F1::Click 42, 191 F2::ControlSend ahk_class main, Click, Championship Manager 01/02
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Simulating mouse clicks at specific screen coordinates
Low Risk
http://www.autohotkey.com/ (and its clones) provide such feature. you want to use especially the "Click"-Command: Clicks a mouse button at the specified coordinates. It can also hold down a mouse button, turn the mouse wheel, or move the mouse.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix