nanokvm_send_key
Send a single key press to a remote machine, enabling BIOS-level control with named keys, function keys, arrows, and modifiers like Ctrl, Shift, Alt, and Meta.
Instructions
Send a single key press to the target machine.
Args: key: Key to press. Can be: - Named keys: enter, escape, tab, backspace, delete, space - Function keys: f1, f2, ..., f12 - Arrow keys: up, down, left, right - Navigation: home, end, pageup, pagedown, insert - Single characters: a, b, 1, 2, etc. ctrl: Hold Ctrl modifier shift: Hold Shift modifier alt: Hold Alt modifier meta: Hold Meta/Windows/Command modifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt | No | ||
| key | Yes | ||
| ctrl | No | ||
| meta | No | ||
| shift | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |