docs » plugins.finalcutpro.fullscreen.shortcuts
Fullscreen Shortcuts
- Variables - Configurable values
- enabled
- Functions - API calls offered directly by the extension
- checkCommand
- ninjaKeyStroke
- performCommand
- update
Signature | plugins.finalcutpro.fullscreen.shortcuts.enabled <cp.prop: boolean> |
---|---|
Type | Variable |
Description | Is the module enabled? |
Signature | plugins.finalcutpro.fullscreen.shortcuts.checkCommand(whichModifier, whichKey) -> none |
---|---|
Type | Function |
Description | Checks to see if a shortcut has been pressed, then processes. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.fullscreen.shortcuts.ninjaKeyStroke(whichModifier, whichKey) -> none |
---|---|
Type | Function |
Description | Performs a Ninja Key Stoke. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.fullscreen.shortcuts.performCommand(cmd, whichModifier, whichKey) -> boolean |
---|---|
Type | Function |
Description | Performs a command. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.fullscreen.shortcuts.update() -> none |
---|---|
Type | Function |
Description | Toggles the watches for monitoring fullscreen playback. |
Parameters |
|
Returns |
|