pikvm_key
Send key presses or key combinations (e.g., ControlLeft+AltLeft+Delete) to a remote physical machine using JavaScript key codes for direct keyboard input.
Instructions
Send a key or key combination to the remote machine. Use JavaScript key codes (e.g., KeyA, Enter, ControlLeft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key code (e.g., KeyA, Enter, Escape, F1) | |
| modifiers | No | Modifier keys to hold (e.g., ["ControlLeft", "AltLeft"]) | |
| state | No | Key state: press (hold), release, or click (press+release, default) |