onKeyPress

fun CommonAttributeGroupFacade.onKeyPress(handler: (KeyboardEvent) -> Unit)

Deprecated

Use onKeyDown instead

Replace with

onKeyDown

Adds an onKeyPress handler.

https://developer.mozilla.org/en-US/docs/Web/API/Document/keypress_event