-
Notifications
You must be signed in to change notification settings - Fork 19
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: support registering media play/pause/stop/next/prev keys #71
Conversation
@pewsheen could you research the macOS part? here is a few things I found: |
I pushed a WIP commit to another branch: 0f51409 There are some limitations on macOS:
|
Does this need changes in plist file or it automatically requests it at runtime?
Can't we check the NSEvent for modifiers?
can we have multiple EventTap? if so, then store it on
|
It'll pop up automatically. Currently, it will only ask when registering media keys I'm storing the event tap and media hotkey information in the |
* feat(macos): register media keys * chore: update documents * organize codes * fix: using RefCell for event_tap * docs: remove mut from GlobalHotKeyManager::new()
52dbff4
to
587ce21
Compare
closes #70