-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Enable dev keyboard shortcuts on Mac Catalyst #27479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I suspected it was something like this, but I failed to track it down in #27469. Thank you! These changes do indeed appear to be what's required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. While I think it'd be fine to merge now, I'll wait for #27469 to be reviewed and merged before landing these changes.
Ping! #27469 was merged! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shergin is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @charpeni in 56dfc86. When will my fix make it into a release? | Upcoming Releases |
Summary: This enables the dev menu to bo opened from keyboard shortcuts in dev from a Mac Catalyst app. cc TheSavior andymatuschak radex ## Changelog [iOS] [Fixed] - Enable dev keyboard shortcuts on Mac Catalyst Pull Request resolved: facebook#27479 Test Plan: It depends on facebook#27469 (to have working WebSocket in debug). ![image](https://user-images.githubusercontent.com/7189823/70629346-d3a68880-1bf7-11ea-8949-7553157a2f9c.png) Differential Revision: D19576528 Pulled By: shergin fbshipit-source-id: 32b4f8424fb7d270640af4bc50dba24f488bef4f
Summary
This enables the dev menu to bo opened from keyboard shortcuts in dev from a Mac Catalyst app.
cc @TheSavior @andymatuschak @radex
Changelog
[iOS] [Fixed] - Enable dev keyboard shortcuts on Mac Catalyst
Test Plan
It depends on #27469 (to have working WebSocket in debug).