Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (47 loc) · 4.19 KB

plugins.finalcutpro.fullscreen.shortcuts.md

File metadata and controls

58 lines (47 loc) · 4.19 KB

docs » plugins.finalcutpro.fullscreen.shortcuts


Fullscreen Shortcuts

API Overview

API Documentation

Variables

Signature plugins.finalcutpro.fullscreen.shortcuts.enabled <cp.prop: boolean>
Type Variable
Description Is the module enabled?

Functions

Signature plugins.finalcutpro.fullscreen.shortcuts.checkCommand(whichModifier, whichKey) -> none
Type Function
Description Checks to see if a shortcut has been pressed, then processes.
Parameters
  • whichModifier - Which modifier key to check.
  • whichKey - Which key to check.
Returns
  • None
Signature plugins.finalcutpro.fullscreen.shortcuts.ninjaKeyStroke(whichModifier, whichKey) -> none
Type Function
Description Performs a Ninja Key Stoke.
Parameters
  • whichModifier - Modifier Key
  • whichKey - Key
Returns
  • None
Signature plugins.finalcutpro.fullscreen.shortcuts.performCommand(cmd, whichModifier, whichKey) -> boolean
Type Function
Description Performs a command.
Parameters
  • cmd - The Command.
  • whichModifier - Which modifier key to check.
  • whichKey - Which key to check.
Returns
  • true if successful otherwise false
Signature plugins.finalcutpro.fullscreen.shortcuts.update() -> none
Type Function
Description Toggles the watches for monitoring fullscreen playback.
Parameters
  • None
Returns
  • None