Dart SDK
dart:html
KeyboardEvent
KeyboardEvent
constructor
KeyboardEvent
KeyboardEvent
Constants
DOM_KEY_LOCATION_LEFT
DOM_KEY_LOCATION_NUMPAD
DOM_KEY_LOCATION_RIGHT
DOM_KEY_LOCATION_STANDARD
Properties
keyCode
charCode
altKey
ctrlKey
keyLocation
location
metaKey
repeat
shiftKey
matchingTarget
bubbles
cancelable
clipboardData
currentTarget
defaultPrevented
eventPhase
path
target
timeStamp
type
detail
view
which
layer
page
Constructors
KeyboardEvent
Methods
getModifierState
preventDefault
stopImmediatePropagation
stopPropagation
KeyboardEvent
(
String
type
,
{
Window
view
,
bool
canBubble
:
true
,
bool
cancelable
:
true
,
int
keyLocation
:
1
,
bool
ctrlKey
:
false
,
bool
altKey
:
false
,
bool
shiftKey
:
false
,
bool
metaKey
:
false
}
)
(Not documented.)