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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[X] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
It is impossible (?) to temporarily disable the handling of hotkeys.
Expected behavior
Run hotkeysService.pause() to temporarily interrupt the handling of hotkeys, and .unpause() to resume handling.
What is the motivation / use case for changing the behavior?
When I display modals in my application, I want to prevent any hotkeys until they are dismissed.
It's a simple change, so I'm happy to put together a PR if the functionality would be welcome.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
It is impossible (?) to temporarily disable the handling of hotkeys.
Expected behavior
Run
hotkeysService.pause()
to temporarily interrupt the handling of hotkeys, and.unpause()
to resume handling.What is the motivation / use case for changing the behavior?
When I display modals in my application, I want to prevent any hotkeys until they are dismissed.
It's a simple change, so I'm happy to put together a PR if the functionality would be welcome.
The text was updated successfully, but these errors were encountered: