-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
System tray monitoring #5261
Comments
Many operating systems do not support double tap operations on the system tray so the Fyne library does not include that. You may have more luck with the underlying system tray APIs systray |
I understand the reason you mentioned, but I think we should learn more about QT and go beyond it |
I'm happy to learn from toolkits and to exceed what has been done before, absolutely. |
You may want to also check out fyne-io/systray#84 (comment) |
I'm glad to communicate with you. I believe that maintaining cross platform consistency should not sacrifice some of the features on the original operating system, which makes people feel unhappy when using it. We cannot consider this issue from the perspective of developers, because real software users do not consider cross platform things. Users only want to use it comfortably. |
I do not disagree with your point, but consider this scenario: a) a menu is required to manage a sys tray app In this case the app becomes unusable. |
Checklist
Is your feature request related to a problem?
If I want to listen for left click, right click, and double-click mouse events on the system tray, how do I need to implement it
Is it possible to construct a solution with the existing API?
No response
Describe the solution you'd like to see.
I want to implement a double-click system tray with a mouse, and then open a browser operation, so I need a tray mouse to listen for events.
The text was updated successfully, but these errors were encountered: