search

goog.ui.KeyboardShortcutEvent

Provided By
Extends

Object representing a keyboard shortcut event.

new KeyboardShortcutEvent( type, identifier, target )

Parameters
typestring

Event type.

identifierstring

Task identifier for the triggered shortcut.

target(Node|goog.events.EventTarget|null)

Target the original key press event originated from.

Instance Methods

Instance Properties