MCPcopy Index your code
hub / github.com/coder/coder / getOSKey

Function getOSKey

site/src/utils/platform.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 * Ctrl on everything else.
11 */
12export function getOSKey(): string {
13 return isMac() ? "⌘" : "Ctrl";
14}

Callers 2

CreateTaskFormFunction · 0.90
ChatsPanelFunction · 0.90

Calls 1

isMacFunction · 0.85

Tested by

no test coverage detected