editor_simulate_key
Simulate keyboard shortcuts in the Godot editor to trigger actions like running the project (F5) or saving (Ctrl+S).
Instructions
Simulate a key press in the editor (e.g. "F5" to run, "Ctrl+S" to save).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name (e.g. "F5", "Ctrl+S" via modifiers) | |
| modifiers | No | {ctrl, shift, alt} booleans |