Dart SDK
dart:html
KeyEvent
ctrlKey
ctrlKey
Dart SDK
dart:html
KeyEvent
ctrlKey
property
ctrlKey
Dart SDK
dart:html
KeyEvent
Static properties
keyDownEvent
keyPressEvent
keyUpEvent
Constructors
KeyEvent
wrap
Properties
altKey
charCode
ctrlKey
currentTarget
detail
keyCode
keyLocation
location
metaKey
repeat
shiftKey
sourceCapabilities
view
which
bubbles
cancelable
code
defaultPrevented
eventPhase
hashCode
isTrusted
key
matchingTarget
path
runtimeType
scoped
target
timeStamp
type
wrapped
Operators
operator ==
Methods
getModifierState
deepPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
bool
ctrlKey
True if the ctrl key is pressed during this event.
Source
bool get ctrlKey => _parent.ctrlKey;