Wheelup not working on a specific sub window

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
lunalr
Posts: 1
Joined: 19 Feb 2018, 06:48

Wheelup not working on a specific sub window

19 Feb 2018, 07:01

Hi,

I want this command to work on a specific sub window (ClassNN: TPluginForm1):

#IfWinActive ahk_exe FL.exe

Numpad7::
sendWheelUp:= true
while (sendWheelUp) {
send, {WheelUp}
sleep 500
}
Return

Numpad7 up::
sendWheelUp := false
Return

The command works on any sub window except for this one: ClassNN: TPluginForm1

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Panaku, Rohwedder, roysubs and 320 guests