win_send_keys
Send keyboard inputs to a specified window without focusing it, enabling background automation of GUI applications using 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 |