📄 aliasMap.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useMagicKeys/aliasMap.ts
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
DefaultMagicKeysAliasMap |
Readonly<Record<string, string>> |
const | `{ | |
| ctrl: 'control', | ||||
| command: 'meta', | ||||
| cmd: 'meta', | ||||
| option: 'alt', | ||||
| up: 'arrowup', | ||||
| down: 'arrowdown', | ||||
| left: 'arrowleft', | ||||
| right: 'arrowright', | ||||
| }` | ✓ |