How do I change the default confirm button? #2269
-
I'd like to change it from space to control. |
Beta Was this translation helpful? Give feedback.
Answered by
Jowan-Spooner
Jun 5, 2024
Replies: 1 comment
-
All input things are defined in godot's InputMap (in the project settings). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mak448a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All input things are defined in godot's InputMap (in the project settings).
For dialogic advance it's using the dialogic_default_action by default.
Choices are buttons though and they use the ui_confirm action (a built-in godot action). Be careful when editing those, as they affect all buttons/control nodes in the project.