this.scene.input.keyboard.on("keydown_SHIFT", function() {
        if (this.mode !== "desktopuppercase" && !this.capslock) {
          this.setMode("desktopuppercase")
        }
      }, this)