KeyStroke.control constructor

const KeyStroke.control(
  1. ControlCharacter controlChar
)

Creates a keystroke for a control character.

Implementation

const KeyStroke.control(this.controlChar) : char = '', isControl = true;