plugins.core.shortcuts.actions

Adds actions which allow you to trigger keyboard shortcuts.


API Overview

Variables - Configurable values

  • eventTapCount
  • heldKeys

Functions - API calls offered directly by the extension

  • startEventTap
  • stopEventTap

API Documentation

Variables

eventTapCount

   
Signature plugins.core.shortcuts.actions.eventTapCount -> number
Type Variable
Description A counter to detect how many times the event tap has been triggered.
Notes None
Source src/plugins/core/shortcuts/actions.lua line 34

heldKeys

   
Signature plugins.core.shortcuts.actions.heldKeys -> table
Type Variable
Description A table of held down modifier keys.
Notes None
Source src/plugins/core/shortcuts/actions.lua line 29

Functions

startEventTap

   
Signature plugins.core.shortcuts.actions.startEventTap() -> none
Type Function
Description Start Event Tap
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/plugins/core/shortcuts/actions.lua line 39

stopEventTap

   
Signature plugins.core.shortcuts.actions.stopEventTap() -> none
Type Function
Description Start Event Tap
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/plugins/core/shortcuts/actions.lua line 53