-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug on trying to apply AZERTY input settings #5227
Comments
for further investigation, and to be able to trace the problem, i think it may be beneficial to add an overlay text that shows the currently pressed key(s) to see if the problem is related to the key ids i already tried to implement something like this but it doesn't seem to work Lines 33 to 276 in 6077f50
it can be done along the existing debug text |
i also forgot to mention, i analyzed the classes and code related to input management the main class responsible for this issue is most likely in this class Bind commands Terasology/engine/src/main/java/org/terasology/engine/input/internal/BindCommands.java Lines 19 to 24 in 6077f50
the issue might be in the AZERTY() method specifically, and the keyid could be mistranslated or not correctly mapped |
Hi @firasmestiri and thank you for both the report and suggestions :-) It can sometimes be a little easier to troubleshoot over on our Discord, but this may also work if patient. AZERTY probably hasn't been touched for years at this point, and bugs do sneak in. I'm not sure which if any current maintainers even have an AZERTY keyboard to help test and validate things. Are you able to run the game from source and maybe run it in debug mode to step through the code to see if it is simply skipping that method or something? |
General Info
Terasology Launcher Version: 4.8.0
Terasology Version: 5.3.0
Operating System: Windows 10
Onboard / Dedicated Graphics: Nvidia GTX 1650ti
Java Version: Version 8 361
What you were trying to do
I was trying to see the input settings to know how the controls work then I found the special keyboard section above, so i applied the AZERTY option since I have an AZERTY keyboard
What actually happened
After applying it, the controls changed as if it was QWERTY
How to reproduce
Log details
No crash
Screenshots
after applying the AZERTY option, the controls look like they're set to azerty correctly but when trying to move, the keybinds are different.
The text was updated successfully, but these errors were encountered: