#plugins.finalcutpro.fullscreen.shortcuts

Fullscreen Shortcuts


#API Overview

Variables - Configurable values

Functions - API calls offered directly by the extension


#API Documentation

#Variables

Signatureplugins.finalcutpro.fullscreen.shortcuts.enabled <cp.prop: boolean>
TypeVariable
DescriptionIs the module enabled?
NotesNone
Sourcesrc/plugins/finalcutpro/fullscreen/shortcuts.lua line 61

#Functions

Signatureplugins.finalcutpro.fullscreen.shortcuts.checkCommand(whichModifier, whichKey) -> none
TypeFunction
DescriptionChecks to see if a shortcut has been pressed, then processes.
Parameters
  • whichModifier - Which modifier key to check.
  • whichKey - Which key to check.
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/fullscreen/shortcuts.lua line 156

Signatureplugins.finalcutpro.fullscreen.shortcuts.ninjaKeyStroke(whichModifier, whichKey) -> none
TypeFunction
DescriptionPerforms a Ninja Key Stoke.
Parameters
  • whichModifier - Modifier Key
  • whichKey - Key
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/fullscreen/shortcuts.lua line 105

Signatureplugins.finalcutpro.fullscreen.shortcuts.performCommand(cmd, whichModifier, whichKey) -> boolean
TypeFunction
DescriptionPerforms a command.
Parameters
  • cmd - The Command.
  • whichModifier - Which modifier key to check.
  • whichKey - Which key to check.
Returns
  • true if successful otherwise false
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/fullscreen/shortcuts.lua line 132

Signatureplugins.finalcutpro.fullscreen.shortcuts.update() -> none
TypeFunction
DescriptionToggles the watches for monitoring fullscreen playback.
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/fullscreen/shortcuts.lua line 34