Hi, i have written this little script but have one huge problem with it. (Dont know much about programming or ahk, just started)
;WheelUp::
{
#ifWinActive, ahk_class TTOTAL_CMD
WheelUp::ControlSend, LCLListBox3, {Up}
return
}
The problem is that i have quick view pane always open and in conjunction whit this script, scrolling in quick viewer pane stops/breaks, or i have to click on quick viever pane to be able to go up or down but not scroll.
My question is how can i send wheelup just to panel with files and folders but keep the quick viewer panel mouse scrolling. (Tried ControlSend to ClassNN which is for that panel LCLListBox3 but to no avail).
Scrolling files, folders with mouse (Autohotkey)
Moderators: Hacker, petermad, Stefan2, white