0 votes

I am wondering how to change the key bindings in the Input Map but I don't want to use letters because other people such as me use different keyboard layouts such as Colemak or Dvorak.

Godot version Godot Engine v3.2.2
in Engine by (15 points)

i dont understand your question: what difference does the keyboard make?
the input does not go from device to godot directly, it get interpreted by the OS.
if you have troubles, it's likely your OS keyboard setting is not set up right

1 Answer

0 votes
Best answer

As long as there are no conflicts with keys, you can bind multiple keys to the same "command".
If there were conflicts I would create a script (maybe global) to remap key presses to custom signals to manage multiple control schemes. This could be useful also to support user customization.

by (291 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.