ctrl constant

Keybinding const ctrl

A keybinding that registers as either ctrl key.

Implementation

static const ctrl = Keybinding([KeyCode.ctrl], debugLabel: 'ctrl');