Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Nice, maybe you could add each key separately, because pressing 3 keys at the same time don't work on my keyboard, take a key with the input or unhandled input function, check if that key is in the keys possibles (if key in listOfKeys) and then make the logic for pressing 3 each time and then delete the 3 inputs, overall an interesting concept, a little bit hard to understand.

(+1)

Thanks for giving it a shot! I actually did semi-add that function, since my keyboard also struggles with 3 keys lol. I made it so you only need to press and hold the first 2 keys, then you can let go and then press the 3rd key :D