* Destroys the manager and removes all listeners.
()
| 636 | cancelable: true, |
| 637 | }, |
| 638 | ) |
| 639 | |
| 640 | registration.triggerCount++ |
| 641 | registration.hasFired = true |
| 642 | |
| 643 | this.#syncRegistrationView(registration) |
| 644 | |
| 645 | const context: HotkeyCallbackContext = { |
| 646 | hotkey: registration.sequence.join(' ') as Hotkey, |
| 647 | parsedHotkey: lastParsed, |
no test coverage detected