wpf_send_keys
Send keyboard shortcuts to a WPF element or the current focus. Supports modifiers like Ctrl, Shift, Alt, and function keys. Uses OS keyboard input to bring the target window to the foreground.
Instructions
Send a keyboard shortcut / key combination to a WPF element (or to whatever currently has keyboard focus, when element_handle is omitted). Examples: 'Ctrl+S', 'Ctrl+Shift+F', 'Enter', 'Escape', 'F5', 'Alt+F4', 'Win+R'. Modifiers: Ctrl, Shift, Alt, Win. Keys: A-Z, 0-9, F1-F12, Enter, Esc, Tab, Space, Backspace, Delete, Insert, Home, End, PageUp, PageDown, Up, Down, Left, Right. Uses OS keyboard input - brings the target window to the foreground. STATE-CHANGING.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| element_handle | No |