How to edit default controls

I don’t want space to be jump I want C to make my guy jump how can I do this? (new to GDevelop) :astonished:

Hi, first of all do you use platform automatism? if you use that you can disable the default control and simulate the jump by pressing c.

I do use platform automatism how would I simulate the jump by pressing c?

you have to add this event :
condition : the keyboard key c is pressed
action : simulate the jump for object (name of object )
Verify that you activate automatism platform extention. Otherwise, you just have to use keyboard conditions and automatism plateform action.
My pics are in french :s
This is not plateformerObject but PlateformerObject i just write for an exemple .

Thanks alot I got it working how I wanted :smiley: