This is an easy fix though, instead of love.keyboard.isDown use love.keyboard.isScancodeDown, and instead of using the first argument of love.keypressed/keyreleased use the second argument (the first is key, the second is scancode)
Docs for you:
This is an easy fix though, instead of love.keyboard.isDown use love.keyboard.isScancodeDown, and instead of using the first argument of love.keypressed/keyreleased use the second argument (the first is key, the second is scancode)
Docs for you: