Send keys to DOS target
dos.send_keysInject text and named keys into a DOS system's input queue to simulate keyboard input, enabling automation and control of text-mode applications.
Instructions
Inject text and named keys into the target's input queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | No | Named keys such as ENTER, ESC, TAB, arrows, CTRL_C, or F1 through F12. | |
| text | No | UTF-8 text to enter before named keys; limited to 4096 bytes. | |
| target | No | ||
| settle_ms | No | How long to collect resulting terminal output. | |
| inter_key_delay_ms | No | Delay between text bytes and named keys. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||