goog.ui.SyntheticKeyboardEvent
Provided By | |
---|---|
Extends |
Synthetic keyboard event that can be handled by KeyboardShortcutHandler
.
Prefer using the available createKeyUp
, createKeyDown
, createKeyPress
helpers over using this constructor.
new SyntheticKeyboardEvent( type, keyCode, shiftKey, altKey, ctrlKey, metaKey, target, preventDefaultFn, stopPropagationFn )
Parameters |
|
---|