Sara Gonzalez(Gone Callibur)
posted to: Coding the input

Key / Physical Key?

I'm using Godot 3.4, and when creating the inputs, I have one extra option. It differentiates between Key (as in your video) and Physical Key. Is there any difference in that?
  • s
    spaceyjase replied

    It's this: https://godotengine.org/article/godot-3-4-is-released#input

    tl;dr it allows something like 'WASD' to work on a different layout; e.g. the physical key position versus the literally 'W' (for example) that may be in a different place on the keyboard.

    You can use either here. Try the later and see how you get on!

    1 love
  • Nathan Lovato replied

    Thanks for sharing the solution spaceyjase!

    1 love