Phials plugin documentation
User guide
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

ShortcutDefinition

Since Plugin API: 1.0.0

Shortcut definition syntax:

  • “CmdOrCtrl+S” - Platform-dependent (Cmd on Mac, Ctrl on Win/Linux)
  • “Ctrl+Shift+N” - Explicit modifiers
  • “Delete” - Single key
  • { mac: "Cmd+Backspace", default: "Delete" } - Platform-specific

Signature

type ShortcutDefinition = string | PlatformShortcuts;