AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
PlatformShortcuts
Platform-specific shortcut definitions. Use when different platforms need different shortcuts.
Signature
interface PlatformShortcuts {
mac?: string;
windows?: string;
linux?: string;
default?: string;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
mac | string | no | — |
windows | string | no | — |
linux | string | no | — |
default | string | no | Fallback for unspecified platforms |