da_key
Send key presses to the desktop, optionally with modifier keys like Ctrl or Alt. Specify a hold duration to issue press-hold-release actions for shortcuts or keyboard automation across platforms.
Instructions
Press a key by name, optionally with modifiers (e.g. {"key":"c","modifiers":["ctrl"]} for Ctrl+C). holdMs > 0 issues a press-hold-release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| holdMs | No | ||
| modifiers | No |