send_shortcut
Send keyboard shortcuts to Final Cut Pro for executing commands with assigned hotkeys, enabling remote automation of editing workflows.
Instructions
Send a keyboard shortcut to Final Cut Pro. Use this for any command that has a keyboard shortcut.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to press (single character or key name) | |
| modifiers | No | Modifier keys to hold | |
| key_code | No | Key code to send (use instead of 'key' for special keys like arrows, delete, etc.). Common codes: 51=delete, 117=forward_delete, 123=left, 124=right, 125=down, 126=up, 115=home, 119=end, 36=return, 53=escape, 49=space, 48=tab |