docs » plugins.finalcutpro.timeline.pluginshortcuts
Controls for Final Cut Pro's Plugin Shortcuts (for use with Hack Shortcuts).
- Functions - API calls offered directly by the extension
- applyShortcut
- assignShortcut
- getShortcut
- init
- setShortcut
| Signature | plugins.finalcutpro.timeline.pluginshortcuts.applyShortcut(handlerId, shortcutNumber) -> boolean |
|---|---|
| Type | Function |
| Description | Applies a shortcut. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.timeline.pluginshortcuts.assignShortcut(shortcutNumber, handlerId) -> nothing |
|---|---|
| Type | Function |
| Description | Asks the user to assign the specified video effect shortcut number to a selected effect. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.timeline.pluginshortcuts.getShortcut(handlerId, shortcutNumber) -> boolean |
|---|---|
| Type | Function |
| Description | Gets a shortcut. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.timeline.pluginshortcuts.init(handlerId, action, shortcutNumber) -> none |
|---|---|
| Type | Function |
| Description | Initialise the module. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.timeline.pluginshortcuts.setShortcut(handlerId, action, shortcutNumber) -> none |
|---|---|
| Type | Function |
| Description | Sets a shortcut. |
| Parameters |
|
| Returns |
|