Add option to ignore specific first responder classes for keyboard shortcuts#711
Add option to ignore specific first responder classes for keyboard shortcuts#711PoeticPete wants to merge 1 commit intoFLEXTool:masterfrom
Conversation
|
Why the (If they are simulator-only, we need to add some |
This logic indeed simulator specific. See The comments above the new methods already mention simulator. The entire Classes/Utility/Keyboard/FLEXKeyboardShortcutManager.m is already gated to simulators only. Is the request to add comments at the top of FLEXKeyboardShortcutManager.h? That feels a little beyond the scope of this PR, but I'd be happy to publish a new one addressing that. |
|
My bad! No, sorry, I just haven't touched this code in a long while so I wasn't sure |
There are instances where a view will be first responder, but we still want to allow keyboard shortcuts.
This change adds an ignore-list for allowing FLEX keyboard shortcuts even if there is a first responder on the given classes.