Skip to main content

HOLD/RELEASE [Flipper Command]

HOLD/RELEASE holds and releases a key respectively.

Syntax

HOLD <"special key"|char>
RELEASE <"special key"|char>

System Var:

$HELD_KEY
note

$HELD_KEY is the most recent key that was held (or empty if the most recent was released), not the full list of all keys. The DucklingScript evaluator does not handle lists quite yet.

Example

DucklingScript

HOLD a
RELEASE a