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
| Argument | Description |
|---|---|
<key> | Key to hold down (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 keydown Shift
# Hold Shift down (then press keys, then keyup Shift)