create_input_action
Adds a new input action to the Godot project's input map, binding specified keys (e.g., "A", "Left") for actions like move_left or jump.
Instructions
Add an input action to the project.godot input map
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| actionName | Yes | Name of the input action (e.g. move_left, jump) | |
| keys | Yes | Key names to bind (e.g. ["A", "Left"]) |