Cannot use wheel to scroll in AltTab menu

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
thraeos
Posts: 2
Joined: 25 May 2018, 03:49

Cannot use wheel to scroll in AltTab menu

25 May 2018, 03:58

I'am using AutoHotKey under Windows10. When I tried to scroll in AltTab menu, I found this did not work.

Code: Select all

MButton::AltTabMenu

#IfWinActive ahk_class MultitaskingViewFrame

    WheelUp:: send, {Right}
    WheelDown:: send, {Left}
    MButton:: send, {Enter}

#IfWinActive

return
However, when I change
MButton::AltTabMenu
to
MButton:: send, #{Tab}
t does work. What is the difference? And how can I modify my code to make it work ?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Raymondbit and 409 guests