This should be possible with DisplayFusion, we'll see what we can do for the next version. Thanks!
UnderPL
23 discussion posts
Great, hopeful to see this in the next version.
We've just released a new DisplayFusion beta version (https://www.displayfusion.com/Download/Beta/) and this issue should be all fixed up. Please let us know if you run into any trouble after updating.
Thanks!
Mar4
1 discussion post
Windows does not support mousewheel over icons,
Windows only generates messages for left or right clicking icons or moving over icons,
but there are no messages for using mouse-wheel over icons,
therefore only way to detect mousewheel over an icon is to implement a mouse-hook,
in this hook every incoming mouse-wheel is checked if it happend over the icon,
but this is some kind of hack, and normally only the original icon can be identified (for instance by Shell_NotifyIconGetRect).
Using mousewheel over icon in primary monitor should always work, but mousewheel over duplicated icons on secondary screen will normally fail,
I think DisplayFusion can do nothing here, the problem are missing windows-messages.
Volumouse seems to have the same problem.
We did actually have it working in internal testing with 9.4 Beta 1, not sure why it's not working again. We were sending messages directly to the ClickMonitorDDC app. We'll have another look to see if we can get it working again.
No, unfortunately it doesn't look like we can fix this. Mar4 is right, the way that ClickMonitorDDC works, we can't hook it. Sorry!