press_key
Send global keyboard shortcuts on Linux desktops using combos like ctrl+s or alt+F4. Reports the active window title after the press, so you can confirm where the shortcut took effect.
Instructions
发送快捷键(全局键盘注入)。combo 形如 'ctrl+s'、'alt+F4'、'Return'、'Tab'、'ctrl+shift+t'。修饰键用 ctrl/alt/shift/super;常见别名(PageDown/Enter/Esc/方向键等)会自动归一为 xdotool keysym;键名不识别会明确报错而非静默无操作。会回报按键后的活动窗口标题(快捷键生效与否取决于焦点在谁身上)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| combo | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |