Dart
dart:html
KeyEvent
ctrlKey property
description
ctrlKey property
bool
ctrlKey
override
True if the ctrl key is pressed during this event.
Implementation
bool
get
ctrlKey => _parent.ctrlKey;