^WheelDown::SendInput {PgDn} fails when scrolling fast

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
VarunAgw
Posts: 25
Joined: 05 Jan 2016, 11:51
Contact:

^WheelDown::SendInput {PgDn} fails when scrolling fast

12 Mar 2018, 03:58

I use this from years:

^WheelUp::SendInput {PgUp}
^WheelDown::SendInput {PgDn}

But it has been always so buggy. It works fine if I scroll slow. But if I scroll fast (reasonable fast for a human), it mess up and skip hotkey. Any idea how to fix it
VarunAgw
Posts: 25
Joined: 05 Jan 2016, 11:51
Contact:

Re: ^WheelDown::SendInput {PgDn} fails when scrolling fast

23 Mar 2018, 10:43

I cannot believe after wasting so much time searching for solution, this simple code worked!

Ctrl & WheelUp::SendInput {PgUp}
Ctrl & WheelDown::SendInput {PgDn}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: gongnl, Google [Bot], ThePeter and 232 guests