Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It should be possible to have key bindings use "physical keys" (not sure if this terminology is universal, this is what Godot calls it).  'Physical z' would correspond to the 'y' key on a German keyboard layout, and the 'z' key on an English keyboard layout, since they are the same physical key.

(+1)

I'll take a look next time. I just personally have grown to despise use of Z in button layouts so I don't default to it. I wanted to have configurable inputs but ran out of time.