Skip to content
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

fix: media key globalShortcuts on macOS #30552

Merged
merged 1 commit into from Aug 17, 2021
Merged

fix: media key globalShortcuts on macOS #30552

merged 1 commit into from Aug 17, 2021

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Aug 16, 2021

Description of Change

Closes #30543.
Refs #27475.

This CL moved around the location for media key listener logic in Chromium, and as a result this patch was fully removed instead of being updated (regressing #21959).

This fixes the issue by reinvigorating the patch in accordance with latest upstream logic.

Checklist

Release Notes

Notes: Fixed media key globalShortcuts on macOS.

@codebytere codebytere added semver/patch backwards-compatible bug fixes 13-x-y 14-x-y 15-x-y labels Aug 16, 2021
@codebytere codebytere requested a review from a team as a code owner August 16, 2021 17:08
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Aug 16, 2021
Copy link
Contributor

@jkleinsc jkleinsc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like newly added test is failing on some platforms.

@jkleinsc jkleinsc merged commit db8644e into main Aug 17, 2021
@jkleinsc jkleinsc deleted the fix-media-keys branch August 17, 2021 17:44
@release-clerk
Copy link

release-clerk bot commented Aug 17, 2021

Release Notes Persisted

Fixed media key globalShortcuts on macOS.

@trop
Copy link
Contributor

trop bot commented Aug 17, 2021

I have automatically backported this PR to "13-x-y", please check out #30568

@trop
Copy link
Contributor

trop bot commented Aug 17, 2021

I have automatically backported this PR to "14-x-y", please check out #30569

@trop trop bot removed the target/13-x-y label Aug 17, 2021
@trop
Copy link
Contributor

trop bot commented Aug 17, 2021

I have automatically backported this PR to "15-x-y", please check out #30570

BlackHole1 pushed a commit to BlackHole1/electron that referenced this pull request Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Media keys not working with globalShortcuts on macOS 11
3 participants