Really small question:
Is there a list in the documentation (or elsewhere) with all the names of all the keyboard inputs?
I want to add an input for a jump to the space bar and another action to some other key.
An example of code that works for left arrow key being mapped to the name "ui_left" that I copied:
get_animation_state().set_animation("walk", true, 0)```
I've never seen `ui_left` in any language so even that is a little weird to me.