You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to use the KeyboardShortcutsService in my code to programmatically register shortcuts outside of a component, but it looks like that service isn't exported.
Describe the solution you'd like
Can you please add it so we don't have to rely on the component to invoke methods such as .add and .remove?
Describe alternatives you've considered
Forking it and getting just that service.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to use the
KeyboardShortcutsService
in my code to programmatically register shortcuts outside of a component, but it looks like that service isn't exported.Describe the solution you'd like
Can you please add it so we don't have to rely on the component to invoke methods such as
.add
and.remove
?Describe alternatives you've considered
Forking it and getting just that service.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: