[List of key name]

Hello,

I would like to know how we determine that the key ‘E’ on my Keyboard is also INPUT_PICKUP and IsControlJustPressed(1, 38)

Is there a way to know these infos for all the key on my keyboard ?
It would be very useful and I can’t find the info somewhere.

Thank’s in advance

No, as they are not keys. They are controls, they can be reassigned so there is no way to know which key is which control. Just use the controls.

“Just use the control”

How do you achieve that ?

You can use this List: Click Here

I am not sure, but I think “E” is the Horn in the Car, so you would take “86” which is “INPUT_VEH_HORN”.
Or “E” as Context action if you aren’t in a vehicle, so it would be “51” which is “INPUT_CONTEXT”

IsControlJustPressed(1, 86) or IsControlJustPressed(1, 51)

Hope I could help you :slight_smile:

2 Likes

Thank’s a lot, that’s something like this I was looking for.

No Problem, I am always trying to help :slight_smile:

Hello all,
How use the keys of pad numeric please ?
It’s not in the list

Thanks for the help :wink: