Dart SDK
dart:html
KeyEvent
ctrlKey
property
ctrlKey
KeyEvent
Static properties
keyDownEvent
keyUpEvent
keyPressEvent
Properties
keyCode
charCode
altKey
which
currentTarget
clipboardData
ctrlKey
detail
keyLocation
layer
metaKey
page
shiftKey
view
location
repeat
wrapped
bubbles
cancelable
defaultPrevented
eventPhase
target
timeStamp
type
matchingTarget
path
Constructors
wrap
KeyEvent
Methods
getModifierState
preventDefault
stopImmediatePropagation
stopPropagation
bool
ctrlKey
read-only
True if the ctrl key is pressed during this event.