submitted - phew
ran into a last minute web game bug where keyboard keys are working fine locally but aren't recognized on itch.io. :scream:
if someone has the same problem: injecting <script>window.onclick = function () { window.focus(); }</script> into the index.html worked for me :relieved: