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
Hotkeys can be added programatically using HotkeyService.addShortcut, but they can't be un-registered.
Expected behavior
A HotkeyService.removeShortcut allowing to delete shortcuts would be nice.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I'm using the library to implement a functionality where the users can assign hotkeys to specific actions. This is done through a custom service that keeps track of keyboard assignments, so I need a way to un-register hotkeys.
Environment
Angular version: X.Y.Z
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Hotkeys can be added programatically using
HotkeyService.addShortcut
, but they can't be un-registered.Expected behavior
A
HotkeyService.removeShortcut
allowing to delete shortcuts would be nice.Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I'm using the library to implement a functionality where the users can assign hotkeys to specific actions. This is done through a custom service that keeps track of keyboard assignments, so I need a way to un-register hotkeys.
Environment
The text was updated successfully, but these errors were encountered: