Interaction

bl keyup

Release a held key (pair with keydown)

Release a held key (pair with keydown)

Usage

bl keyup <key> [OPTIONS]

Arguments

ArgumentDescription
&lt;key&gt;Key to release (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 keyup Shift
# Release a held Shift

On this page