How to set custom control keys on a platformer game?

In the behaviour properties you can disable the default controls and after you can use the events to apply custom controls.
Find the platformer behaviour events to simulate key presses. For example

If key ‘A’ is pressed => Simulate Left key press