MCPcopy Create free account
hub / github.com/TanStack/hotkeys / code

Function code

packages/hotkeys-devtools/src/components/HeldKeysTopbar.tsx:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 <For each={state.heldKeys()}>
21 {(key) => {
22 const code = () => state.heldCodes()[key]
23 const label = () =>
24 formatForDisplay(key as RegisterableHotkey, {
25 platform,

Callers 1

codeLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…