app_key
Send keyboard shortcuts or key presses to a specific Windows application window by matching its title. Automate GUI interactions with key combinations like ctrl+a or alt+f4.
Instructions
Send a key or keyboard shortcut to a Windows application window.
Supports special keys: enter, tab, escape, backspace, delete, space, up, down, left, right, home, end, pageup, pagedown, f1-f12.
Supports modifier combinations: ctrl+a, ctrl+shift+s, alt+f4, etc.
Args: window_title: Full or partial window title (case-insensitive). key: Key name or combination (e.g., 'enter', 'ctrl+a', 'f5').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| window_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |