Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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.