-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Keyboard shortcuts don't work when using UIKit for Mac (Project Catalyst) #297
Comments
Keyboard shortcuts are intended to work for the simulator alone, for whatever reason. They don't work on iOS with a bluetooth keyboard or anything |
But don't you agree that they should also work when debugging a macOS app? |
I guess so, yeah 🤔 Thanks for bringing this to our attention! Gonna label this Help Wanted until I can get to it |
I'll try it myself too as I really need it |
I think they would also work on an iPad, but I don't have a keyboard for mine to test with, nor do I know what macro I need to use to target iPads. |
I successfully added the f shortcut in my app by adding:
in
AppDelegate.m
, but I don't know how to add all of them directly in FLEX, hence I created an issue instead of a PR.The text was updated successfully, but these errors were encountered: