docs » plugins.finalcutpro.hacks.shortcuts
Plugin that allows the user to customise the CommandPost shortcuts via the Final Cut Pro Command Editor.
- Constants - Useful values which cannot be changed
- active
- installed
- onboardingRequired
- requiresActivation
- requiresDeactivation
- setupRequired
- supported
- uninstalled
- Functions - API calls offered directly by the extension
- editCommands
- init
- install
- refresh
- uninstall
- update
| Signature | plugins.finalcutpro.hacks.shortcuts.active <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | A property that returns true if the FCPX shortcuts are active. |
| Signature | plugins.finalcutpro.hacks.shortcuts.installed <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | A property that returns true if the FCPX Hacks Shortcuts are currently installed in FCPX. |
| Signature | plugins.finalcutpro.hacks.shortcuts.onboardingRequired <cp.prop: boolean> |
|---|---|
| Type | Constant |
| Description | If true, the initial setup has been completed. |
| Signature | plugins.finalcutpro.hacks.shortcuts.requiresActivation <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | A property that returns true if the custom shortcuts are installed in FCPX but not active. |
| Signature | plugins.finalcutpro.hacks.shortcuts.requiresDeactivation <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | A property that returns true if the FCPX shortcuts are active but shortcuts are not installed. |
| Signature | plugins.finalcutpro.hacks.shortcuts.setupRequired <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | If true, the user needs to configure Hacks Shortcuts. |
| Signature | plugins.finalcutpro.hacks.shortcuts.supported <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | A property that returns true if the a supported version of FCPX is installed. |
| Signature | plugins.finalcutpro.hacks.shortcuts.uninstalled <cp.prop: boolean; read-only> |
|---|---|
| Type | Constant |
| Description | A property that returns true if the shortcuts are neither original or installed correctly. |
| Signature | plugins.finalcutpro.hacks.shortcuts.editCommands() -> none |
|---|---|
| Type | Function |
| Description | Launch the Final Cut Pro Command Editor |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.hacks.shortcuts.init() -> none |
|---|---|
| Type | Function |
| Description | Initialises the module. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.hacks.shortcuts.install(silently) -> none |
|---|---|
| Type | Function |
| Description | Installs the Hacks Shortcuts. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.hacks.shortcuts.refresh() -> none |
|---|---|
| Type | Function |
| Description | Refresh Hacks Shortcuts if they're enabled. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.hacks.shortcuts.uninstall(silently) -> none |
|---|---|
| Type | Function |
| Description | Uninstalls the Hacks Shortcuts, if they have been installed |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.finalcutpro.hacks.shortcuts.update() -> none |
|---|---|
| Type | Function |
| Description | Read shortcut keys from the Final Cut Pro Preferences. |
| Parameters |
|
| Returns |
|