kvm_keystroke
Send a single keyboard code keystroke (Enter, Escape, Tab, F7) with optional modifiers and get an immediate screenshot to confirm the result.
Instructions
Send one KeyboardEvent.code keystroke (Enter, Escape, Tab, KeyR, F7...) with optional modifiers. Returns a post-key screenshot. (input tier)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| alt_left | No | ||
| alt_right | No | ||
| ctrl_left | No | ||
| meta_left | No | ||
| ctrl_right | No | ||
| meta_right | No | ||
| shift_left | No | ||
| shift_right | No |