drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
https://tabletopclub.net
MIT License
1.26k stars 51 forks source link

Detect keyboard layout and then set the default key bindings accordingly #199

Open GrimPixel opened 1 year ago

GrimPixel commented 1 year ago

Useful for users who don't use QWERTY keyboard.

drwhut commented 1 year ago

Is it ok if someone tests if this is already implemented? As far as I know, Godot stores the scancode of keys rather than the text they output, so this may already be solved.