-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse wheel over notification area icon #637
Labels
Comments
Great idea with the overlay window. However, the scrolling only affects one window when the sliders window is not showing, even though the unison checkboxes are selected for both monitors. The scrolling does work as expected if the sliders window is first displayed and then the mouse is scrolled over the NotifyIcon. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regarding the request to change the brightness by mouse wheel over the notification area icon, as I explained in #174, the implementation by global hook is very inefficient and thus not desirable.
Instead, I added a function to capture mouse wheel over the notification area icon by another approach in 4d7d956
In this implementation, when the mouse cursor enters the rectangle of notification area icon, a semi-transparent window will overlay the icon and receive mouse events. The management of that window is a little tricky and I need to test it for a while.
You can test this function by
/iconwheel
command-line option.The text was updated successfully, but these errors were encountered: