armory3d / armory

3D Engine with Blender Integration
https://armory3d.org/engine
zlib License
3.08k stars 319 forks source link

AZERTY<=>QWERTY issue | Detection with GetSystemLanguage #2951

Open xTazzyi opened 1 year ago

xTazzyi commented 1 year ago

Hi, I recently discovered that when I switch to EN to FR in Windows, GetSystemLanguage still returns EN What I ideally want is to be able to switch AZERTY and QWERTY in Keyboard Logic Node, why ?

I want to move a character with basic ZQSD/WASD

When I test ZQSD on AZERTY keyboard, only 3 keys are detected When I test WASD on QWERTY keyboard (switching in Windows), all keys are detected

So I just want to be able to detect 4 keys (ZQSD) on AZERTY keyboard with Keyboard Logic Node

Thanks in advance !