orgo_key
Press keyboard keys or combinations on virtual computers, including Enter, Tab, arrow keys, and shortcuts like Ctrl+C or Alt+Tab.
Instructions
Press a keyboard key or combination.
Supports single keys and combinations with modifiers (ctrl, alt, shift, cmd).
Args:
params (KeyInput): Input containing:
- computer_id (str): Computer ID
- key (str): Key name or combination
- Single keys: Enter, Tab, Escape, Backspace, Delete, Space
- Arrow keys: Up, Down, Left, Right
- Function keys: F1-F12
- Combos: ctrl+c, ctrl+v, alt+Tab, ctrl+shift+s
Returns:
str: Confirmation of key press
Examples:
- "Press Enter" -> params with key="Enter"
- "Press Ctrl+C" -> params with key="ctrl+c"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |