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

Function formatWithLabels

packages/hotkeys/src/format.ts:137–142  ·  view source on GitHub ↗
(
  hotkey: RegisterableHotkey,
  options: Omit<FormatDisplayOptions, 'useSymbols'> = {},
)

Source from the content-addressed store, hash-verified

135 * @deprecated Use {@link formatForDisplay} instead with `useSymbols: false` option.
136 */
137export function formatWithLabels(
138 hotkey: RegisterableHotkey,
139 options: Omit<FormatDisplayOptions, 'useSymbols'> = {},
140): string {
141 return formatForDisplay(hotkey, { ...options, useSymbols: false })
142}

Callers

nothing calls this directly

Calls 1

formatForDisplayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…