isCtrlC property
bool
get
isCtrlC
Whether this is Ctrl+C.
Implementation
bool get isCtrlC =>
ctrl && type == KeyType.runes && runes.isNotEmpty && runes.first == 0x63;
Whether this is Ctrl+C.
bool get isCtrlC =>
ctrl && type == KeyType.runes && runes.isNotEmpty && runes.first == 0x63;