Interaction

bl keydown

Press and hold a key (no release; pair with keyup)

Press and hold a key (no release; pair with keyup)

Usage

bl keydown <key> [OPTIONS]

Arguments

ArgumentDescription
&lt;key&gt;Key to hold down (e.g., Shift, Control, a)

Options

OptionDescription
--headlessHide browser window (visible by default)
--jsonOutput as JSON
--session <value>Run this command in the named session (env: BL_SESSION; default: "default")

Global options

OptionDescription
-v, --verboseEnable debug logging

Examples

bl keydown Shift
# Hold Shift down (then press keys, then keyup Shift)

On this page