()
| 177 | if (shortcut.sequence.length === 0) continue |
| 178 | |
| 179 | const callback: HotkeyCallback = () => { |
| 180 | console.log(`${shortcut.name} triggered:`, shortcut.sequence) |
| 181 | } |
| 182 | |
| 183 | const reg = manager.register(shortcut.sequence, callback, { |
| 184 | target: document, |
nothing calls this directly
no outgoing calls
no test coverage detected