Cursor Dragger

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Hervoo
Posts: 2
Joined: 17 May 2021, 06:13

Cursor Dragger

17 May 2021, 09:16

Hello im asking kindly for an script that after activating [F3] holds left mouse button and drags cursor to the middle bottom of screen, then it drags cursor to the middle top of my screen while left mouse button is still being hold and at the end releasing it.
User avatar
mikeyww
Posts: 26944
Joined: 09 Sep 2014, 18:38

Re: Cursor Dragger

17 May 2021, 09:55

Code: Select all

F3::
Click, D
MouseMove, cx := A_ScreenWidth / 2, A_ScreenHeight
MouseMove, cx, 0
Click, U
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada and 332 guests