Keyboard shortcuts when focus is not on home. #804
Unanswered
mathieu-fournier
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hey, you could either override |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to add a keyboard shortcut using UIFramework :

The issue I am facing is that the shortcut is only active when the focus is on home.

When the focus is on something else, this is evaluated to false and my keyboard shortcut is ignored.
I want to have generic global keyboards inputs.
I will control when they should be ignored or not.
Is there a way to do that currently ?
I found a workaround by overriding the

processShortcutKeyfunction ofFrameworkToolAdmin.But this kinda defeats the whole purpose of having UIFramework handling keyboard shortcuts.
thanks (;
Beta Was this translation helpful? Give feedback.
All reactions