Base structure.
Called after the renderer and JavaScript in the page has had a chance to handle the event. |event| contains information about the keyboard event. |os_event| is the operating system event message, if any. Return true (1) if the keyboard event was handled or false (0) otherwise.
Implement this structure to handle events related to keyboard input. The functions of this structure will be called on the UI thread.