win_send_keys
Post key presses to a chosen window without focusing it, allowing automation of background GUI applications via Win32 messages.
Instructions
Post key presses to a specific window WITHOUT focusing it (Win32 messages).
Args: params (WinSendKeysInput): target window plus key names.
Returns: str: JSON confirming the keys posted to the resolved control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |