ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Featch request: Mouse Wheel Scroll Taskbar Apps modification

(1/2) > >>

mohax:
Hi all, please help with script modification for dual - screen - users)))

I need modification of ahk script(look in attachment), it's discussion here:
TOPIC: idea: mouse wheel scroll can cycle through applications on taskbar
https://www.donationcoder.com/forum/index.php?phpsessid=n4s2gnulh7f9md9rb5rqc


I have 2 taskbars(dual monitor)  (see screenshot)
on first-screen scrolling work fine,
but on second class of taskbar "aim_multimonitortaskbar" so scrolling on it doesnt work

and on each monitor taskbar i saw is its own apps which are on this screen only

so if i scroll mouse on first screen taskbar - i want switching only first screen apps,
if on second - switching second, with class of taskbar "aim_multimonitortaskbar"

 pls if it is really and not very complicated, make this feature for dual-screen-users))

lanux128:
hi mohax, i had modified the original script to include the hotkey support. as for your request, it seems like a case of adding the class id of the second taskbar for detection, which as you identified is "aim_multimonitortaskbar" but i don't have dual-monitor so you have to let me know whether it works or not. :)

here's what i changed, from

--- ---If class = Shell_TrayWndto
--- ---If (class == "Shell_TrayWnd" || class == "aim_multimonitortaskbar")

mohax:
I wrote it wrong... case sensitive)
> aim_MultiMonitorTaskbar

Actually this I have already do))))
So, result: if I scroll mouse wheel on the second taskbar - apps switching, that on the first screen only,
 like I scroll on the first taskbar, and on the second is no move.

lanux128:
i hope it works this time, try the new script then. ;)

mohax:
nothing on the second... but...
if in original script i replace the the Shell_TrayWnd with aim_MultiMonitorTaskbar
on the second there should be switching... I saw no switching(((

today I run the Winspector and find some differences
maybe that helps?

Navigation

[0] Message Index

[#] Next page

Go to full version