ctrl constant

KeyCode const ctrl

A KeyCode representing both ctrl keys.

Implementation

static const ctrl = KeyCode({0x00200000100, 0x00200000101}, label: 'ctrl');