()
| 20 | <For each={state.heldKeys()}> |
| 21 | {(key) => { |
| 22 | const code = () => state.heldCodes()[key] |
| 23 | const label = () => |
| 24 | formatForDisplay(key as RegisterableHotkey, { |
| 25 | platform, |
no outgoing calls
no test coverage detected
searching dependent graphs…