#plugins.core.shortcuts.actions

Adds actions which allow you to trigger keyboard shortcuts.


#API Overview

Variables - Configurable values

Functions - API calls offered directly by the extension


#API Documentation

#Variables

Signatureplugins.core.shortcuts.actions.eventTapCount -> number
TypeVariable
DescriptionA counter to detect how many times the event tap has been triggered.
NotesNone
Sourcesrc/plugins/core/shortcuts/actions.lua line 34

Signatureplugins.core.shortcuts.actions.heldKeys -> table
TypeVariable
DescriptionA table of held down modifier keys.
NotesNone
Sourcesrc/plugins/core/shortcuts/actions.lua line 29

#Functions

Signatureplugins.core.shortcuts.actions.startEventTap() -> none
TypeFunction
DescriptionStart Event Tap
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/core/shortcuts/actions.lua line 39

Signatureplugins.core.shortcuts.actions.stopEventTap() -> none
TypeFunction
DescriptionStart Event Tap
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/core/shortcuts/actions.lua line 53