Specifies key event parameters
Name | Type | Description |
---|---|---|
character | integer | The character generated by the keystroke |
eFlags | eMFEventsFlags | Event flags |
eType | eMFKeyEventType | Key event type |
focus_on_editable_field | integer | "1" if the focus is currently on an editable field on the page. This is useful for determining if standard key events should be intercepted. |
is_system_key | integer | Indicates whether the event is considered as a "system key" event |
native_key_code | integer | The actual key code generated by the platform |
unmodified_character | integer | Same as the character but unmodified by any concurrently-held modifiers (except shift). This is useful for working out shortcut keys. |
windows_key_code | integer | The Windows key code for the key event. This value is used by the DOM specification. |