Question About Mousewheel

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
NJRA
Posts: 2
Joined: 28 Jul 2020, 08:32

Question About Mousewheel

28 Jul 2020, 10:00

So I am fairly new to ahk approx. 3 hours in and learning and I just want to implement a code where after I click it would scroll down for a fixed amount of area/time or any measurement. Ive only been seeing mousewheel will click when it is used but I want the opposite. Click first then scroll down.
*Not a drag effect but a simple click first then scrolldown not click and scrolldown
mshafer1
Posts: 54
Joined: 16 Jul 2017, 14:49
Contact:

Re: Question About Mousewheel

28 Jul 2020, 10:04

MouseClick, Left ; click in currrent pos - see MouseClick
Send, {WheelDown} ; scroll down one section/click/tick see Wheel
Send, {WheelDown 5} ; scroll down 5 sections/clicks/ticks

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 194 guests