MCPcopy Create free account
hub / github.com/continuedev/continue / getMetaKeyLabel

Function getMetaKeyLabel

gui/src/util/index.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export function getMetaKeyLabel(): string {
37 return getPlatform() === "mac" ? "⌘" : "Ctrl";
38}
39
40export function getAltKeyLabel(): string {
41 const platform = getPlatform();

Callers 11

AcceptRejectAllButtonsFunction · 0.90
ModeSelectFunction · 0.90
ApplyActionsFunction · 0.90
InputToolbarFunction · 0.90
IsApplyingToolbarFunction · 0.90
PendingToolCallToolbarFunction · 0.90
StreamingToolbarFunction · 0.90
ModelSelectFunction · 0.90
AssistantAndOrgListboxFunction · 0.90
parseShortcutFunction · 0.90
ModelsSectionFunction · 0.90

Calls 1

getPlatformFunction · 0.70

Tested by

no test coverage detected