AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0
PlatformShortcuts
Since Plugin API: 1.0.0
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 |