catchKeys

open override val catchKeys: MutableList<Key>

A list of Key types to catch to prevent calling the current platforms default functionality.

E.g: Catching Key.SPACE to prevent the webpage from scrolling in a JS app.