hi! after you export your game, open the html file in any text editor, then search for the following bit of code:
this.Key = {
LEFT: 37,
RIGHT: 39,
UP: 38,
DOWN: 40,swap the numbers for left and right (and up and down, and also WASD a few lines down), then save the file.