Disabling default behavior for +WheelUp

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
Tvlao
Posts: 35
Joined: 29 Jun 2023, 03:39

Disabling default behavior for +WheelUp

13 Sep 2023, 08:47

This does not disable default behavior. The "Test" message does not appear when the window is active. This still moves the window's horizontal scrollbar.
How to disable default behavior?

Code: Select all

$+WheelUp::
{
    MsgBox("Test")
    Return
}
User avatar
mikeyww
Posts: 28871
Joined: 09 Sep 2014, 18:38

Re: Disabling default behavior for +WheelUp

13 Sep 2023, 09:25

You might not realize this, Tvlao, but some people around here can actually see your computer screen! :) ;)

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: DavidP and 79 guests