ctrlAlt constant

Keybinding const ctrlAlt

A keybinding that registers as a combination of the ctrl and alt keys.

Implementation

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