Shift+LClick certain part of screen Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
healermacro
Posts: 1
Joined: 16 Jun 2021, 09:56

Shift+LClick certain part of screen

16 Jun 2021, 17:21

Hi, I'm quite new to AHK. I wonder how one would be able to Shift + Left Click a certain part of the screen with just one key.

Something like this but shift+click:

Code: Select all

F2::
MouseGetPos, px, py
MouseClick ,left , 139, 157, 1, .1
Sleep -50
Mousemove %px%,%py%, .1
return
[Mod edit: [code][/code] tags added.]
User avatar
mikeyww
Posts: 26869
Joined: 09 Sep 2014, 18:38

Re: Shift+LClick certain part of screen  Topic is solved

16 Jun 2021, 17:54

Code: Select all

F2::
CoordMode, Mouse
MouseMove, 300, 300
Send +{LButton}
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], prototype_zero and 252 guests