Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
export
function
getMetaKeyLabel(): string {
37
return
getPlatform() ===
"mac"
?
"⌘"
:
"Ctrl"
;
38
}
39
40
export
function
getAltKeyLabel(): string {
41
const
platform = getPlatform();
Callers
11
AcceptRejectAllButtons
Function · 0.90
ModeSelect
Function · 0.90
ApplyActions
Function · 0.90
InputToolbar
Function · 0.90
IsApplyingToolbar
Function · 0.90
PendingToolCallToolbar
Function · 0.90
StreamingToolbar
Function · 0.90
ModelSelect
Function · 0.90
AssistantAndOrgListbox
Function · 0.90
parseShortcut
Function · 0.90
ModelsSection
Function · 0.90
Calls
1
getPlatform
Function · 0.70
Tested by
no test coverage detected