Activate Shortcut Tile#
A Tile that triggers a specific key combination.
Description#
Description
- Will call the output that is wired to Call when the Combination is called.
Inputs#
Combination#
Info
- Type
StringAccepted types: String - Usage
Will store the key combination
Call#
Info
-
Type
None -
Usage
Will call the combination.
Output#
Call#
Info
- Return
None - Usage
Acts as a trigger.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)