//solved: It seems to be Unity related and not AC. Unity uses qwerty as standard layout, so some buttons are in a different place in different keyboard layouts and it's best to make it possible to rebind some Keys.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If you use Unity's Input System package, you can import AC's integration template for it using the New Game Wizard.
This template includes a "remap inputs" Menu that you can provide from e.g. the Options menu to let users rebind keys.
Thank you, will do