press_sequence
Types text into focused Electron app elements using keyboard events. This tool simulates keyboard input for automated interactions in Electron applications.
Instructions
Alias for keyboard_type with no focus selector. Types a literal string into the currently focused element as keyboard events. Kept for backwards compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| delayMs | No | Per-key delay, default 0. |