-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: add Enter
, Mouse
and Leave
events
#161
Conversation
@pewsheen as always, can you take care of macOS part? thanks |
The left and right mouse up event is quite unreliable on macOS. It will be ignored when the menu poped up. |
thanks @pewsheen, LGTM |
Ah, so how can I determine the position of my system icon, I think this hover mouse event can expand a lot of functions |
you can call |
I wonder why double left click support was removed? |
This was previously removed in #161 in [email protected] closes #173
This was previously removed in #161 in [email protected] closes #173
closes #123