Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
12
export
function
getOSKey(): string {
13
return
isMac() ?
"⌘"
:
"Ctrl"
;
14
}
Callers
2
CreateTaskForm
Function · 0.90
ChatsPanel
Function · 0.90
Calls
1
isMac
Function · 0.85
Tested by
no test coverage detected