Hey, just wondering. Can you change the default scroll key to scroll the page? It seems like it's hard coded to use W and S key, and I use arrow keys as the main input for my game.Is there a way to change that?
Hi, you can change it in [CGMZ] Core with the Scroll Up and Scroll Down parameters. You will want to use ArrowLeft, ArrowRight, etc.
Thanks, appreciate it.