Interaction
bl keyup
Release a held key (pair with keydown)
Release a held key (pair with keydown)
Usage
bl keyup <key> [OPTIONS]Arguments
| Argument | Description |
|---|---|
<key> | Key to release (e.g., Shift, Control, a) |
Options
| Option | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
--session <value> | Run this command in the named session (env: BL_SESSION; default: "default") |
Global options
| Option | Description |
|---|---|
-v, --verbose | Enable debug logging |
Examples
bl keyup Shift
# Release a held Shift