Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

You should be able to put "PageDown" / "PageUp" or "ArrowDown" or "ArrowUp" but those keys also control the select window by default so it might be a bit awkward if using those to scroll both windows at the same time.

Thank you!! I did not realize the caps in PageUp etc was important, haha. Thanks again for all the help!

(1 edit) (+1)

No problem, you can know what to type by going to a js key test website such as this (https://www.toptal.com/developers/keycode) and pressing the key you want. You want to use the "event.key" box (the top left box on the above website)

Thanks, that's really helpful!