I have a site that has some very specific scrolling behaviour and it's own navigation mode using arrow keys. For the sake of this question, lets just say the user can press the arrow keys (or scroll) in order to navigate the page.
I read this question and it's answer (Mouse and key events in Forge Viewer), to disable key press events by adding a custom tool with high priority, but this would disable all keypresses (and the link to the Forge Blog in the answer is broken...so maybe it's outdated?)
Is there a list of configured key events somewhere in the Forge API documentation? I have looked all around but have not managed to find it. It would be very helpful to know which keypresses are configured to be able to choose which ones to disable in the tool.
Thanks!