Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/detectMac.ts
Returns true if the user is pressing the control key on Windows or the meta key on Mac.
Signature
tsfunction controlOrMeta(metaKey: boolean, ctrlKey: boolean): boolean
Parameters
| Name | Type |
|---|---|
metaKey | boolean |
ctrlKey | boolean |
Returns: boolean
Was this page helpful?