How to change key bindings with the key not the letter (People who don't use qwerty)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AJ08Coder

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.

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

Andrea | 2021-01-19 09:01

:bust_in_silhouette: Reply From: gioele

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.