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

Interface FormatDisplayOptions

packages/hotkeys/src/hotkey.ts:367–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 * Options for formatting hotkeys for display.
366 */
367export interface FormatDisplayOptions {
368 /** The target platform. Defaults to auto-detection. */
369 platform?: 'mac' | 'windows' | 'linux'
370 /** Whether to use symbols for the display. Defaults to true. */
371 useSymbols?: boolean
372 /** Override the separator between display tokens. Defaults to platform-specific formatting when null/undefined. */
373 separatorToken?: string | null
374}
375
376/**
377 * Result of validating a hotkey string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…