Dart SDK
dart:html
KeyEvent
property ctrlKey
ctrlKey
class KeyEvent
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
Methods
getModifierState
deepPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
keyDownEvent
keyPressEvent
keyUpEvent
bool
ctrlKey
True if the ctrl key is pressed during this event.
Source
bool get ctrlKey => _parent.ctrlKey;
property ctrlKey