MCPcopy Create free account
hub / github.com/experdot/pointer / formatShortcutTooltip

Function formatShortcutTooltip

src/renderer/src/utils/shortcutPresentation.ts:71–73  ·  view source on GitHub ↗
(label: string, shortcutId: ShortcutLabelId)

Source from the content-addressed store, hash-verified

69}
70
71export function formatShortcutTooltip(label: string, shortcutId: ShortcutLabelId): string {
72 return `${label} (${getShortcutLabel(shortcutId)})`
73}
74
75export function withStandardMenu(
76 menu: NonNullable<DropdownProps['menu']>

Callers 2

TabsFunction · 0.90
BranchPathBarFunction · 0.90

Calls 1

getShortcutLabelFunction · 0.85

Tested by

no test coverage detected