#Can't find Keyboard Key Name List

6 messages · Page 1 of 1 (latest)

stone rampart
#

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.
#

I need the inline option if possible because this is related to scripting for a specific animation workflow

#

But this is already very helpful. Thank you!

#

Oh! This is good.

#

I'll consider this solved

#

Thanks a ton