Hi i have a need to read the pressed key and prevent from actual key press. As KeyEvent is only returning me {"action": 1, "keyCode": 30, "pressedKey": "B"} How to access the event object to preventDefault() ?